Skip to content

Commit

Permalink
Adjust CI pages deployment check for forks.
Browse files Browse the repository at this point in the history
  • Loading branch information
kquick committed Feb 23, 2024
1 parent 6d47ccc commit 9e7f6f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
-p 'python3.withPackages (pp: [pp.sphinx pp.sphinx_rtd_theme])' \
--run 'make html'
build-pages-docs:
if: github.repository == "GaloisInc/cryptol"
# Do not run this on forks:
if: github.event.pull_request.head.repo.fork == false
runs-on: ubuntu-latest
# The public interface should then allow the user to browse the cryptol
# documentation at the master branch, but also the documentation associated
Expand Down

0 comments on commit 9e7f6f1

Please sign in to comment.