Skip to content

Commit

Permalink
chore: modify GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Mar 27, 2024
1 parent 239cd93 commit 82dca15
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Setup Python
uses: actions/setup-python@v5
-
name: Install mkdocs and dependencies
run: |
Expand All @@ -37,4 +34,4 @@ jobs:
name: Check docs build ok with amazee.io mkdocs image
run: |
docker run --rm ghcr.io/amazeeio/mkdocs-material -V
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs ghcr.io/amazeeio/mkdocs-material build -s
docker run --rm -p 8000:8000 -v ${PWD}:/docs ghcr.io/amazeeio/mkdocs-material build -s

0 comments on commit 82dca15

Please sign in to comment.