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 c8d2f78 commit 19053c9Copy full SHA for 19053c9
.github/workflows/check-mkdocs-build.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build-docs-site:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
- uses: actions/setup-python@v5
@@ -43,4 +43,4 @@ jobs:
43
# change destination build folder in mkdocs YAML to local site/
44
sed -i 's/site_dir.*/site_dir: site/' mkdocs.yml
45
# build project
46
- python3 -m mkdocs build
+ python3 -m mkdocs build
0 commit comments