Skip to content

Commit

Permalink
test: tweak mkdocs GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Mar 27, 2024
1 parent 89c2750 commit 11ab628
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- 'mkdocs.yml'

jobs:
makeup:
mkdocs:
runs-on: ubuntu-latest
steps:
-
Expand All @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
-
name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
-
name: Install mkdocs and dependencies
run: |
Expand All @@ -36,5 +36,5 @@ jobs:
-
name: Check docs build ok with amazee.io mkdocs image
run: |
docker run --rm -it ghcr.io/amazeeio/mkdocs-material build -V
docker run --rm ghcr.io/amazeeio/mkdocs-material build -V
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs ghcr.io/amazeeio/mkdocs-material build -s

0 comments on commit 11ab628

Please sign in to comment.