From 275c7b8e107934105cda9a79a8637bc39f137bfd Mon Sep 17 00:00:00 2001 From: annecremin Date: Thu, 6 Feb 2025 10:18:36 +0000 Subject: [PATCH] More tweaks to Github workflow --- .github/workflows/deploy.yml | 7 ++++--- .gitignore | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ee49a814..b0ffc92c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -78,13 +78,13 @@ jobs: name: github-pages path: ./build retention-days: 1 - if-no-files-found: error - name: Save Pages Artifact uses: actions/upload-artifact@v4 with: name: github-pages - path: ${{ runner.temp }}/_github_workflow/artifact.tar + path: ./build + include-hidden-files: true - name: Check artifact ID run: | @@ -115,9 +115,10 @@ jobs: uses: actions/download-artifact@v4 with: name: github-pages + path: ${{ runner.temp }}/_github_workflow/ - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v3 with: - artifact_name: ${{ steps.upload.outputs.artifact_name }} \ No newline at end of file + artifact_name: github-pages \ No newline at end of file diff --git a/.gitignore b/.gitignore index f712b944..9ae793ae 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ /.bundle # Ignore the build directory -#/build +/build # Ignore cache /.sass-cache