Skip to content

Commit

Permalink
init node
Browse files Browse the repository at this point in the history
  • Loading branch information
liaodong authored and liaodong committed Oct 13, 2023
1 parent 65c3318 commit e7fde90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '10.15'

- name: Install GitBook CLI
run: npm install -g gitbook-cli

Expand Down

0 comments on commit e7fde90

Please sign in to comment.