We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64226e8 commit 4e706f5Copy full SHA for 4e706f5
1 file changed
.github/workflows/website.yml
@@ -23,6 +23,12 @@ jobs:
23
container:
24
image: firedrakeproject/firedrake-vanilla-default:dev-release
25
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
+
32
- name: Install documentation dependencies
33
run: |
34
python3 -m pip install --no-build-isolation '/opt/firedrake[docs]'
0 commit comments