We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a6791 commit d8d7eb3Copy full SHA for d8d7eb3
.github/workflows/deploy.yml
@@ -54,7 +54,7 @@ jobs:
54
mkdocs build -f mkdocs-en.yml
55
56
- name: Deploy
57
- uses: peaceiris/actions-gh-pages@main
+ uses: peaceiris/actions-gh-pages@v3
58
with:
59
github_token: ${{ secrets.GITHUB_TOKEN }}
60
publish_dir: ./site
.github/workflows/prettier.yml
@@ -17,7 +17,7 @@ jobs:
17
ref: ${{ github.head_ref }}
18
fetch-depth: 0
19
- name: Set up Node.js
20
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
21
22
node-version: 18
23
- name: Install Dependencies
0 commit comments