Skip to content

Commit 3b0ee42

Browse files
committed
ci: replace gh-pages with dist-pages
1 parent 730520e commit 3b0ee42

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: 16
1616

1717
- name: Checkout 🛎️
18-
uses: actions/checkout@v3.5.0
18+
uses: actions/checkout@v3
1919

2020
- name: Install and Build
2121
run: |
@@ -24,7 +24,12 @@ jobs:
2424
npm run build
2525
2626
- name: Deploy 🚀
27-
uses: JamesIves/github-pages-deploy-action@v4.4.1
27+
uses: JamesIves/github-pages-deploy-action@v4
2828
with:
29-
branch: gh-pages
29+
branch: dist-pages
3030
folder: dist
31+
32+
- name: Webhook 📲
33+
uses: wei/curl@master
34+
with:
35+
args: ${{ vars.DEPLOY_WEBHOOK_URL }}?secret=${{ secrets.DEPLOY_WEBHOOK_SECRET }}

0 commit comments

Comments
 (0)