Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 9cb9467

Browse files
committed
chore: Update github actions
1 parent 1ceeb1c commit 9cb9467

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/release.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,19 @@ jobs:
2020
uses: borales/actions-yarn@v2.3.0
2121
with:
2222
cmd: install
23-
- name: Demo
24-
uses: borales/actions-yarn@v2.3.0
25-
with:
26-
cmd: build:demo
2723
- name: Build
2824
uses: borales/actions-yarn@v2.3.0
2925
with:
3026
cmd: build
27+
- name: Docs
28+
uses: borales/actions-yarn@v2.3.0
29+
with:
30+
cmd: deploy
31+
- name: Deploy
32+
uses: peaceiris/actions-gh-pages@v3
33+
with:
34+
github_token: ${{ secrets.GITHUB_TOKEN }}
35+
publish_dir: ./docs
3136
- name: Release
3237
uses: cycjimmy/semantic-release-action@v2
3338
with:

0 commit comments

Comments
 (0)