mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-05 19:15:34 +00:00
parent
358f6a8616
commit
8f4767c8df
16
.github/workflows/docs.yaml
vendored
Normal file
16
.github/workflows/docs.yaml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Publish docs
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions/setup-python@v2
|
||||||
|
with:
|
||||||
|
python-version: '3.9'
|
||||||
|
- run: pip install mkdocs mkdocs-material
|
||||||
|
- run: mkdocs gh-deploy --force
|
Loading…
x
Reference in New Issue
Block a user