Skip to content

Commit 4e706f5

Browse files
authored
Always run git pull
1 parent 64226e8 commit 4e706f5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/website.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
container:
2424
image: firedrakeproject/firedrake-vanilla-default:dev-release
2525
steps:
26+
# Pull the latest changes from the release branch, as we may have just changed to it
27+
- name: Update Firedrake
28+
run: |
29+
cd /opt/firedrake
30+
git pull
31+
2632
- name: Install documentation dependencies
2733
run: |
2834
python3 -m pip install --no-build-isolation '/opt/firedrake[docs]'

0 commit comments

Comments
 (0)