Skip to content

Commit

Permalink
Merge pull request #89 from PathogenPlayground/issue-88
Browse files Browse the repository at this point in the history
Make GitHub Pages deployment optional on non-canonical forks
  • Loading branch information
glopesdev authored Jul 26, 2024
2 parents 520534f + 2dfbd9a commit 19bad21
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 19bad21

Please sign in to comment.