From a692f7a0da755b7325133483373d2236d9a5e56d Mon Sep 17 00:00:00 2001 From: Timothy Nunn Date: Thu, 19 Feb 2026 14:49:00 +0000 Subject: [PATCH] Correct path to copy plot proc output in CI for docs --- .github/workflows/process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process.yml b/.github/workflows/process.yml index 698459855..ff55f50fe 100644 --- a/.github/workflows/process.yml +++ b/.github/workflows/process.yml @@ -193,7 +193,7 @@ jobs: - name: Create an example plot proc run: hatch run python process/io/plot_proc.py -f tracking/large_tokamak_nof_MFILE.DAT - name: Move plot proc file to docs images - run: mv tracking/large_tokamak_nof_MFILE.DATSUMMARY.pdf documentation/images/plot_proc.pdf + run: mv tracking/large_tokamak_nof_MFILE.DATSUMMARY.pdf documentation/source/images/plot_proc.pdf - run: hatch run docs:build - name: Download tracking html uses: actions/download-artifact@v4