Skip to content

Commit

Permalink
Removed gh-pages-deploy-action from release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaungThanHan committed Jul 23, 2023
1 parent 314b116 commit 9ffc37a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
run: npx semantic-release
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: www/public # The folder the action should deploy.
clean: true # Automatically remove deleted files from the deploy branch

0 comments on commit 9ffc37a

Please sign in to comment.