forked from ice-lab/icepkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: ✏️ wwww using @ice/pkg-cli
- Loading branch information
Showing
23 changed files
with
1,253 additions
and
739 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ packages/*/es/ | |
|
||
**/.ice/ | ||
.idea/ | ||
|
||
.docusaurus | ||
**/package-lock.json | ||
**/build | ||
.history | ||
|
Oops, something went wrong.