Skip to content

Commit

Permalink
fiddle about with relative paths in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
metazool committed Jul 11, 2024
1 parent 1d39d4d commit 433ed67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ts-graphviz/setup-graphviz@v2
- name: Diagrams
run: chmod +x ./scripts/render_diagrams.sh; ./scripts/render_diagrams.sh
run: chmod +x ../scripts/render_diagrams.sh; bash ../scripts/render_diagrams.sh
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ This is a small experimental project on automating the analysis of plankton imag
Please see the associated Github repository which has [outline tasks in Issues](https://github.com/NERC-CEH/plankton_ml/issues) and [prototype work in pull requests](https://github.com/NERC-CEH/plankton_ml/pulls)



0 comments on commit 433ed67

Please sign in to comment.