Skip to content

Commit 19053c9

Browse files
authored
Update Ubuntu Workflow
1 parent c8d2f78 commit 19053c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-mkdocs-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build-docs-site:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-python@v5
@@ -43,4 +43,4 @@ jobs:
4343
# change destination build folder in mkdocs YAML to local site/
4444
sed -i 's/site_dir.*/site_dir: site/' mkdocs.yml
4545
# build project
46-
python3 -m mkdocs build
46+
python3 -m mkdocs build

0 commit comments

Comments
 (0)