Skip to content

Commit

Permalink
remember to change the pipeline's path to script
Browse files Browse the repository at this point in the history
  • Loading branch information
metazool committed Aug 28, 2024
1 parent b54f5a5 commit b80ea04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages_graphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
JEKYLL_ENV: production
- uses: ts-graphviz/setup-graphviz@v2
- name: Diagrams
run: chmod +x ../scripts/render_diagrams.sh; bash ../scripts/render_diagrams.sh
run: chmod +x ./scripts/render_diagrams.sh; bash ./scripts/render_diagrams.sh
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit b80ea04

Please sign in to comment.