Skip to content

Commit

Permalink
fix:deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
oozm committed Jul 31, 2024
1 parent 2675208 commit 4b300f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ jobs:
git push origin --delete gh-pages
- name: Deploy
uses: peaceiris/actions-gh-pages@4
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./dist
cname: ui
cname: uilist.com

0 comments on commit 4b300f7

Please sign in to comment.