Skip to content

Commit

Permalink
build(deps): bump actions/upload-pages-artifact from 1 to 2 (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 11, 2023
1 parent 8522fe1 commit dcc4ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
name: preview-docs
path: docs/dist
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v2
if: ${{ github.ref == 'refs/heads/main'}}
with:
path: docs/dist
Expand Down

0 comments on commit dcc4ae2

Please sign in to comment.