chore: update build workflow (#451)

This commit is contained in:
Libin YANG 2024-11-28 08:13:01 +08:00 committed by GitHub
parent 1a1e1510a7
commit cf03fd6a1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,10 @@ jobs:
- name: Build
run: npm run build
- name: Add .nojekyll file
run: |
touch ./dist/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with: