Skip to content

Commit

Permalink
Update build-doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iRyusa authored Jan 29, 2024
1 parent 271d049 commit e27c0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7

- name: Install NodeJS
uses: actions/setup-node@v1
with:
node-version: "16"
node-version: "20"

- name: Build Documentation
run: bash make.sh
Expand Down

0 comments on commit e27c0bb

Please sign in to comment.