We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e65ab3 commit 86b5733Copy full SHA for 86b5733
.github/workflows/deploy.yml
@@ -21,6 +21,6 @@ jobs:
21
node-version: lts/*
22
use-npm-ci: true
23
- run: npm run build-only
24
- - run: ./scripts/auto-deploy.sh
+ - run: ./scripts/deploy-github-pages.sh
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/pr-preview.yml
@@ -88,7 +88,7 @@ jobs:
88
89
90
- run: node scripts/insert_snapshot_warning
91
- - run: ./scripts/auto-deploy.sh --pr ${{ github.event.number }}
+ - run: ./scripts/deploy-github-pages.sh --pr ${{ github.event.number }}
92
93
94
- id: get-preview-url
scripts/auto-deploy.sh renamed to scripts/deploy-github-pages.sh
0 commit comments