Skip to content

Commit

Permalink
docbuild workflow (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewinkedrs authored Jan 10, 2023
1 parent 0f60fb8 commit e2de5a2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: ci
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force

0 comments on commit e2de5a2

Please sign in to comment.