Browse Source

Update deploy-gh-pages.yml

pull/11500/head
afc163 9 months ago
committed by GitHub
parent
commit
b145782a89
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 9
      .github/workflows/deploy-gh-pages.yml

9
.github/workflows/deploy-gh-pages.yml

@ -23,6 +23,9 @@ jobs:
run: bun run build
- name: Deploy to GitHub Pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bun run gh-pages
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
cname: preview.pro.ant.design

Loading…
Cancel
Save