Skip to content

Commit

Permalink
ci: replace gh-pages with dist-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Oct 6, 2024
1 parent 730520e commit 3b0ee42
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 16

- name: Checkout 🛎️
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3

- name: Install and Build
run: |
Expand All @@ -24,7 +24,12 @@ jobs:
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
branch: dist-pages
folder: dist

- name: Webhook 📲
uses: wei/curl@master
with:
args: ${{ vars.DEPLOY_WEBHOOK_URL }}?secret=${{ secrets.DEPLOY_WEBHOOK_SECRET }}

0 comments on commit 3b0ee42

Please sign in to comment.