Skip to content

Commit

Permalink
chore: update build workflow (doocs#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme authored Nov 28, 2024
1 parent 1a1e151 commit cf03fd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cf03fd6

Please sign in to comment.