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 2f2bd41 commit 52a6791Copy full SHA for 52a6791
.github/workflows/deploy.yml
@@ -28,13 +28,13 @@ jobs:
28
git config user.name github-actions[bot]
29
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
30
31
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
32
with:
33
python-version: 3.x
34
35
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
36
37
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
38
39
key: mkdocs-material-${{ env.cache_id }}
40
path: .cache
@@ -54,7 +54,7 @@ jobs:
54
mkdocs build -f mkdocs-en.yml
55
56
- name: Deploy
57
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@main
58
59
github_token: ${{ secrets.GITHUB_TOKEN }}
60
publish_dir: ./site
0 commit comments