From 223c7b749f8406fff74916508200d9769c9c0bfc Mon Sep 17 00:00:00 2001 From: jsaintvanne Date: Mon, 8 Jan 2024 15:38:57 +0100 Subject: [PATCH] try another publish.yml --- .github/workflows/publish.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9fd587c..769c47b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,14 +36,12 @@ jobs: uses: actions/configure-pages@v2 - name: Render Website - run: quarto render - with: - path: 'Workflow4Metabolomics\ Galaxy\ Documentation/docs' + run: quarto render Workflow4Metabolomics\ Galaxy\ Documentation/docs - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: - path: 'Workflow4Metabolomics\ Galaxy\ Documentation/docs' + path: 'docs' - name: 🎉 Deploy to GitHub Pages id: deployment