Skip to content

Commit 69e9c4f

Browse files
committed
CI: Fix the missing images in the docs. Patches #8481
1 parent 5e0a07d commit 69e9c4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
env:
8282
GH_TOKEN: ${{ github.token }}
8383

84+
- name: Pull baseline image data from dvc remote
85+
run: dvc pull --no-run-cache
86+
8487
- name: Configure GMT
8588
run: |
8689
if [ "$RUNNER_OS" != "Windows" ]; then
@@ -107,9 +110,6 @@ jobs:
107110
cmake --build .
108111
if: runner.os == 'Windows'
109112

110-
- name: Pull baseline image data from dvc remote
111-
run: dvc pull --no-run-cache
112-
113113
- name: Build documentation
114114
run: |
115115
set -x -e

0 commit comments

Comments
 (0)