Skip to content

Commit

Permalink
added tests for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Dec 4, 2020
1 parent 9f85f37 commit 9404592
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docs-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Test
on:
push:
branches:
- "*"
- "!releases/**"
paths:
- "docs/**"

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker run -v $(pwd):/docs --entrypoint mkdocs squidfunk/mkdocs-material:6.1.5 build --clean --strict --site-dir /tmp/mkdocs-test

0 comments on commit 9404592

Please sign in to comment.