Skip to content

Commit

Permalink
Update main.yml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
0plan authored Dec 5, 2023
1 parent a697bd6 commit 4a3b3a0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,4 @@ jobs:
run: pnpm install
- name: Build
run: pnpm run build
- name: Deploy with gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npx gh-pages -d dist -u "github-actions-bot <[email protected]>"

0 comments on commit 4a3b3a0

Please sign in to comment.