Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
huixie90 committed May 22, 2024
1 parent 9aecfb8 commit 859aff8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ on:
push:
branches:
- main
- concat_expert
pull_request:
branches:
- main
- concat_expert

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -34,10 +32,10 @@ jobs:

- name: Build pages
run: |
make any_view.html
make concat.html
make P2483R0.html
make ref_wrapper_common_ref.html
make any_view.html
- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 859aff8

Please sign in to comment.