Skip to content

Commit

Permalink
meta(github): fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
3TUSK committed Jan 11, 2024
1 parent 40a84c2 commit a03eafd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'preface/**'
- 'SUMMARY.md'
- 'README.md'
workflow-dispatch:
jobs:
deploy:
name: Deploy
Expand All @@ -14,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Legacy Node.js
uses: actions/setup-node
uses: actions/setup-node@v4
with:
node-version: 10
- name: Build GitBook
Expand All @@ -23,7 +24,7 @@ jobs:
gitbook install .
gitbook build .
- name: Setup Modern Node.js
uses: actions/setup-node
uses: actions/setup-node@v4
with:
node-version: current
- name: Get Wrangler
Expand Down

0 comments on commit a03eafd

Please sign in to comment.