Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yomotsu committed Aug 17, 2024
1 parent 271b04f commit e64d5bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- if: steps.main.outputs.released == 'true'
uses: actions/upload-pages-artifact@v3
uses: actions/upload-artifact@v4
with:
name: github-pages
path: ./docs

# See: https://github.com/actions/deploy-pages
Expand Down

0 comments on commit e64d5bd

Please sign in to comment.