diff --git a/.github/workflows/nodejs-ci.yml b/.github/workflows/nodejs-ci.yml index e357d30..c736f9a 100644 --- a/.github/workflows/nodejs-ci.yml +++ b/.github/workflows/nodejs-ci.yml @@ -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 " - # 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