Skip to content

Commit

Permalink
ci(github): changed node version on the "deploy documentation" step
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoTMDias committed Mar 18, 2024
1 parent c4b6565 commit 984a438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20.x"
cache: npm
- name: Building docs...
run: npm ci
Expand All @@ -45,7 +45,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./documentation/build
publish_dir: ./docs/build
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
package_release:
Expand Down

0 comments on commit 984a438

Please sign in to comment.