File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,13 +11,15 @@ jobs:
1111 deploy :
1212 name : Deploy to GitHub Pages
1313 runs-on : ubuntu-latest
14+ permissions :
15+ contents : write
1416 defaults :
1517 run :
1618 shell : bash
1719 working-directory : website
1820 steps :
19- - uses : actions/checkout@v4
20- - uses : actions/setup-node@v4
21+ - uses : actions/checkout@v6
22+ - uses : actions/setup-node@v6
2123 with :
2224 node-version : 20
2325 cache : npm
3133 # Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
3234 - name : Deploy to GitHub Pages
3335 uses : peaceiris/actions-gh-pages@v4
36+ env :
37+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
3438 with :
3539 github_token : ${{ secrets.GITHUB_TOKEN }}
3640 # Build output to publish to the `gh-pages` branch:
Original file line number Diff line number Diff line change 1717 shell : bash
1818 working-directory : website
1919 steps :
20- - uses : actions/checkout@v4
21- - uses : actions/setup-node@v4
20+ - uses : actions/checkout@v6
21+ - uses : actions/setup-node@v6
2222 with :
2323 node-version : 20
2424 cache : npm
You can’t perform that action at this time.
0 commit comments