mirror of
https://github.com/doocs/md.git
synced 2024-12-05 08:31:58 +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
|
||||
run: npm run build
|
||||
|
||||
- name: Add .nojekyll file
|
||||
run: |
|
||||
touch ./dist/.nojekyll
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user