off deploy

This commit is contained in:
Artur Akmalov
2023-05-22 00:21:44 +05:00
parent ddb0c74282
commit cb5b2050da
+6 -6
View File
@@ -29,9 +29,9 @@ jobs:
- run: npm ci - run: npm ci
- run: npm run build --if-present - run: npm run build --if-present
- name: Deploy with gh-pages # - name: Deploy with gh-pages
run: | # run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git # git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npm run deploy-ghp -- -u "github-actions-bot <support+actions@github.com>" # npm run deploy-ghp -- -u "github-actions-bot <support+actions@github.com>"
env: # env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}