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 730520e commit 3b0ee42Copy full SHA for 3b0ee42
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: 16
16
17
- name: Checkout 🛎️
18
- uses: actions/checkout@v3.5.0
+ uses: actions/checkout@v3
19
20
- name: Install and Build
21
run: |
@@ -24,7 +24,12 @@ jobs:
24
npm run build
25
26
- name: Deploy 🚀
27
- uses: JamesIves/github-pages-deploy-action@v4.4.1
+ uses: JamesIves/github-pages-deploy-action@v4
28
with:
29
- branch: gh-pages
+ branch: dist-pages
30
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