mirror of
https://github.com/doocs/md.git
synced 2025-01-23 04:14:42 +08:00
chore: update build workflow (#451)
This commit is contained in:
parent
1a1e1510a7
commit
cf03fd6a1d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -26,6 +26,10 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
- name: Add .nojekyll file
|
||||||
|
run: |
|
||||||
|
touch ./dist/.nojekyll
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user