diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 21272f657..a5881b83e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -47,6 +47,8 @@ jobs: -p 'python3.withPackages (pp: [pp.sphinx pp.sphinx_rtd_theme])' \ --run 'make html' build-pages-docs: + # 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