From 5cab4dbc31659887884be646dd644ecf7cfff450 Mon Sep 17 00:00:00 2001 From: Christian Henkel Date: Mon, 13 May 2024 11:15:34 +0200 Subject: [PATCH] different folder Signed-off-by: Christian Henkel --- .github/workflows/deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9506100..faf7474 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,8 +31,8 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: docs/_build/html - # deploy the documentation to GitHub Pages - - name: Deploy to github pages - id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + path: docs/build/html + # # deploy the documentation to GitHub Pages + # - name: Deploy to github pages + # id: deployment + # uses: actions/deploy-pages@v4 \ No newline at end of file