Skip to content

Commit

Permalink
Make GitHub Pages deployment optional on non-canonical forks
Browse files Browse the repository at this point in the history
Fixes #88
  • Loading branch information
PathogenDavid committed Jul 25, 2024
1 parent 520534f commit 2dfbd9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
uses: actions/upload-pages-artifact@v3

- name: Deploy to GitHub Pages
continue-on-error: ${{vars.IS_CANONICAL_DOCS_REPO != 'true'}}
uses: actions/deploy-pages@v4

0 comments on commit 2dfbd9a

Please sign in to comment.