Skip to content

Commit

Permalink
added manual doc publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Nov 19, 2020
1 parent 3c927b6 commit 0d6eb05
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/manual-pubdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: manual docs publish
on:
workflow_dispatch:

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 gh-deploy --force --strict

0 comments on commit 0d6eb05

Please sign in to comment.