mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-04 16:57:06 +03:00
Adjust CI pages deployment check for forks.
This commit is contained in:
parent
6d47ccc888
commit
9e7f6f142d
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@ -47,7 +47,8 @@ jobs:
|
|||||||
-p 'python3.withPackages (pp: [pp.sphinx pp.sphinx_rtd_theme])' \
|
-p 'python3.withPackages (pp: [pp.sphinx pp.sphinx_rtd_theme])' \
|
||||||
--run 'make html'
|
--run 'make html'
|
||||||
build-pages-docs:
|
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
|
runs-on: ubuntu-latest
|
||||||
# The public interface should then allow the user to browse the cryptol
|
# The public interface should then allow the user to browse the cryptol
|
||||||
# documentation at the master branch, but also the documentation associated
|
# documentation at the master branch, but also the documentation associated
|
||||||
|
Loading…
Reference in New Issue
Block a user