Skip to content

Commit

Permalink
fix: only run "setup pages" on release
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Aug 21, 2023
1 parent dfb0a87 commit 43f05f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: ninja
working-directory: ./_build
- name: Setup pages
if: github.event.release
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 43f05f1

Please sign in to comment.