Skip to content

Commit

Permalink
ci: update build.yml (#144)
Browse files Browse the repository at this point in the history
* ci: update build.yml
  • Loading branch information
Nguyễn Việt Anh authored Feb 19, 2025
1 parent 6c96fa9 commit e058e6a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ jobs:
destination_repo: 524H0003/Project_W
deploy_key: ${{ secrets.DEPLOY_KEY }}

- run: 'npm run build & npm run doc'

- run: 'cp README.md LICENSE ./types'

- uses: peaceiris/actions-gh-pages@v4
Expand All @@ -60,11 +58,3 @@ jobs:
publish_dir: types
publish_branch: package
force_orphan: true

- uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ github.token }}
publish_dir: documentation
publish_branch: documentation
force_orphan: true

0 comments on commit e058e6a

Please sign in to comment.