diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ee49a81..b0ffc92 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 f712b94..9ae793a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ /.bundle # Ignore the build directory -#/build +/build # Ignore cache /.sass-cache