Skip to content

Commit

Permalink
Merge pull request #65 from RSickenberg/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-pages-artifact-2
  • Loading branch information
RSickenberg authored Aug 1, 2023
2 parents 13e44b2 + 2539bb8 commit bfa632f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
--base "${{ steps.pages.outputs.base_path }}"
working-directory: ${{ env.BUILD_PATH }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: ${{ env.BUILD_PATH }}/dist

Expand Down

0 comments on commit bfa632f

Please sign in to comment.