From 433ed67234d17600188393bfa18d144fe15f64f8 Mon Sep 17 00:00:00 2001 From: Jo Walsh Date: Thu, 11 Jul 2024 10:55:49 +0100 Subject: [PATCH] fiddle about with relative paths in workflow --- .github/workflows/pages_graphs.yml | 2 +- docs/index.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pages_graphs.yml b/.github/workflows/pages_graphs.yml index 4919ee0..66291ad 100644 --- a/.github/workflows/pages_graphs.yml +++ b/.github/workflows/pages_graphs.yml @@ -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: diff --git a/docs/index.md b/docs/index.md index 5c88b5b..92bf977 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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) +