Skip to content

Commit

Permalink
www (ice-lab#329)
Browse files Browse the repository at this point in the history
* docs: ✏️ wwww using @ice/pkg-cli
  • Loading branch information
maoxiaoke authored Apr 25, 2022
1 parent f398268 commit 5fd2b90
Show file tree
Hide file tree
Showing 23 changed files with 1,253 additions and 739 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
- run: pnpm run test
- run: pnpm run coverage

- run: pnpm run doc-build
- name: Deploy
uses: JamesIves/[email protected]
if: github.ref == 'refs/heads/feat/master'
with:
BRANCH: gh-pages
FOLDER: build

# 暂时不发布 package
# - run: npm run publish:packages
# env:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages/*/es/

**/.ice/
.idea/

.docusaurus
**/package-lock.json
**/build
.history
Expand Down
Loading

0 comments on commit 5fd2b90

Please sign in to comment.