test deploy

This commit is contained in:
Artur Akmalov
2023-05-22 00:19:03 +05:00
parent aff9148ff4
commit ddb0c74282
3 changed files with 220 additions and 3 deletions
+7 -1
View File
@@ -28,4 +28,10 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Deploy with gh-pages
run: |
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>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}