We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6032a commit b070995Copy full SHA for b070995
.github/workflows/page-build.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-python@v4
14
with:
15
- python-version: 3.x
+ python-version: 3.13
16
- uses: actions/cache@v2
17
18
key: ${{ github.ref }}
@@ -24,4 +24,4 @@ jobs:
24
- name: Install dependencies
25
run: poetry install
26
- name: Deploy MkDocs
27
- run: poetry run mkdocs gh-deploy --force
+ run: poetry run mkdocs gh-deploy --force
0 commit comments