Skip to content

Commit

Permalink
ci: remove github pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed May 16, 2024
1 parent fc484a2 commit c3045c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,3 @@ jobs:
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build

0 comments on commit c3045c2

Please sign in to comment.