We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0a07d commit 69e9c4fCopy full SHA for 69e9c4f
.github/workflows/docs.yml
@@ -81,6 +81,9 @@ jobs:
81
env:
82
GH_TOKEN: ${{ github.token }}
83
84
+ - name: Pull baseline image data from dvc remote
85
+ run: dvc pull --no-run-cache
86
+
87
- name: Configure GMT
88
run: |
89
if [ "$RUNNER_OS" != "Windows" ]; then
@@ -107,9 +110,6 @@ jobs:
107
110
cmake --build .
108
111
if: runner.os == 'Windows'
109
112
- - name: Pull baseline image data from dvc remote
- run: dvc pull --no-run-cache
-
113
- name: Build documentation
114
115
set -x -e
0 commit comments