Skip to content

Commit

Permalink
fix(actions): Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltruong authored Jan 23, 2024
1 parent 2654ac1 commit af4bdd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
key: ${{ github.event.inputs.releaseTag }}-dist
- run: yarn pack --filename github-pages.tgz
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v3
with:
path: .
- id: deployment
uses: actions/deploy-pages@main
uses: actions/deploy-pages@main

0 comments on commit af4bdd8

Please sign in to comment.