Skip to content

Commit

Permalink
Move mermaid output to GH pages dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Jun 7, 2024
1 parent 0a89e80 commit ba8ee84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
for file in inst/mermaid/*.mmd; do
mmdc -i "$file" -o "${file/.mmd/.svg}"
done
mkdir -p docs/mermaid
mv *.svg docs/mermaid
working-directory: ${{ env.PROJECT_DIR }}
shell: bash

Expand Down

0 comments on commit ba8ee84

Please sign in to comment.