Skip to content

Commit

Permalink
Fix CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
WHL99 committed Jun 3, 2024
1 parent e48276e commit c0fc3e1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,6 @@ jobs:
name: cypress-videos
path: cypress/videos

# - name: Deploy with gh-pages
# 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]>"
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
deploy:
needs: build
runs-on: ubuntu-latest

steps:
- name: Check Out Repository Code
uses: actions/checkout@v4

- name: Deploy with gh-pages
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
Expand Down

0 comments on commit c0fc3e1

Please sign in to comment.