Skip to content

Commit 86b5733

Browse files
bakkotljharb
authored andcommitted
Meta: rename deploy script (#3697)
1 parent 9e65ab3 commit 86b5733

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
node-version: lts/*
2222
use-npm-ci: true
2323
- run: npm run build-only
24-
- run: ./scripts/auto-deploy.sh
24+
- run: ./scripts/deploy-github-pages.sh
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
use-npm-ci: true
8989
- run: npm run build-only
9090
- run: node scripts/insert_snapshot_warning
91-
- run: ./scripts/auto-deploy.sh --pr ${{ github.event.number }}
91+
- run: ./scripts/deploy-github-pages.sh --pr ${{ github.event.number }}
9292
env:
9393
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9494
- id: get-preview-url
File renamed without changes.

0 commit comments

Comments
 (0)