We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4746bf5 commit 5a07685Copy full SHA for 5a07685
.github/workflows/build-docs.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
15
with:
16
python-version: 3.x
17
- run: pip install mkdocs-material
.github/workflows/publish-docs.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
- run: pip install -r requirements.txt
0 commit comments