Skip to content

Commit

Permalink
update script path
Browse files Browse the repository at this point in the history
  • Loading branch information
timohuber committed Jul 12, 2024
1 parent e367b12 commit e069c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: minlag/mermaid-cli:latest
run: ./scripts/render-images.sh
run: /app/scripts/render-images.sh
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Build with Jekyll
Expand Down

0 comments on commit e069c60

Please sign in to comment.