Skip to content

Commit

Permalink
ci: 部署纯文档模式至 gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy94813 committed Dec 1, 2023
1 parent 3884f63 commit 7faaf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/
run: |
npm ci
npm run build-storybook
npm run build-storybook -- --docs
touch ./storybook-static/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 7faaf9e

Please sign in to comment.