We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7254567 commit 814d47dCopy full SHA for 814d47d
1 file changed
.github/workflows/gh-deploy.yml
@@ -7,9 +7,9 @@ jobs:
7
deploy:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
with:
12
fetch-depth: 0
13
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
14
- run: pip install -r requirements-docs.txt
15
- run: mkdocs gh-deploy --force
0 commit comments