afc163
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
3 deletions
-
.github/workflows/deploy-gh-pages.yml
|
|
@ -23,6 +23,9 @@ jobs: |
|
|
run: bun run build |
|
|
run: bun run build |
|
|
|
|
|
|
|
|
- name: Deploy to GitHub Pages |
|
|
- name: Deploy to GitHub Pages |
|
|
env: |
|
|
uses: peaceiris/actions-gh-pages@v4 |
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
if: github.ref == 'refs/heads/master' |
|
|
run: bun run gh-pages |
|
|
with: |
|
|
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|
publish_dir: ./dist |
|
|
|
|
|
cname: preview.pro.ant.design |
|
|
|