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 b57b0d8 commit 864dd63Copy full SHA for 864dd63
.github/workflows/docs.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
6
jobs:
7
build:
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
9
steps:
10
- name: Check if release
11
id: setup
@@ -14,7 +14,7 @@ jobs:
14
github.event_name == 'push' && github.ref == 'refs/heads/main'
15
}}" >> $GITHUB_OUTPUT
16
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
19
- name: Upgrade jinja
20
run: pip install -U jinja2
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Publish
33
if: ${{ steps.setup.outputs.IS_RELEASE == 'true' }}
34
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
35
with:
36
github_token: ${{ secrets.GITHUB_TOKEN }}
37
publish_dir: ./_build/html
0 commit comments