Skip to content

Commit

Permalink
CI: Fix the missing images in the docs. Patches #8481
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jun 1, 2024
1 parent 5e0a07d commit 69e9c4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}

- name: Pull baseline image data from dvc remote
run: dvc pull --no-run-cache

- name: Configure GMT
run: |
if [ "$RUNNER_OS" != "Windows" ]; then
Expand All @@ -107,9 +110,6 @@ jobs:
cmake --build .
if: runner.os == 'Windows'

- name: Pull baseline image data from dvc remote
run: dvc pull --no-run-cache

- name: Build documentation
run: |
set -x -e
Expand Down

0 comments on commit 69e9c4f

Please sign in to comment.