Skip to content

Commit

Permalink
fix(action): fix docs action run failed. (#754)
Browse files Browse the repository at this point in the history
Co-authored-by: youngfreeFJS <[email protected]>
  • Loading branch information
youngfreeFJS and youngfreeFJS authored Apr 12, 2023
1 parent 3582821 commit 4bdf228
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 16

- name: Install and Build 🔧
run: |
cd docs
Expand Down

0 comments on commit 4bdf228

Please sign in to comment.