Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
Ig-dolci committed Nov 12, 2024
1 parent 96060d8 commit d6f960d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- master
- dolci/disk_checkpointing
# And all pull requests
pull_request:

Expand Down Expand Up @@ -42,7 +41,7 @@ jobs:
cd docs
make validate-bibtex
- name: Check documentation links
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dolci/disk_checkpointing' }}
if: ${{ github.ref == 'refs/heads/master' }}
run: |
. /home/firedrake/firedrake/bin/activate
cd docs
Expand All @@ -67,7 +66,7 @@ jobs:
deploy:
name: Deploy Github pages
needs: build_docs
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dolci/disk_checkpointing' }}
if: ${{ github.ref == 'refs/heads/master' }}
permissions:
pages: write
id-token: write
Expand Down

0 comments on commit d6f960d

Please sign in to comment.