Skip to content

Commit

Permalink
Update generate-docs-main.yml for node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
cribeul authored May 29, 2024
1 parent 3e4199f commit 3e86212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-docs-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
run: ls docs/build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3e86212

Please sign in to comment.