Skip to content

Commit

Permalink
Move vignette images to vignettes/figures (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgisby authored Jan 7, 2025
1 parent 8284d79 commit c6f41b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ jobs:
- name: Prepare pkgdown figures
if: github.ref == 'refs/heads/devel' && env.run_pkgdown == 'true' && runner.os == 'Linux'
run: |
mkdir -p docs/articles/
cp inst/stability.png docs/articles/
ls -la
cp inst/stability.png vignettes/figures/stability.png
shell: bash

- name: Build pkgdown site
Expand Down

0 comments on commit c6f41b9

Please sign in to comment.