mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 10:23:50 +01:00
Update publish_docs.yml
This commit is contained in:
parent
fc2af1ddc2
commit
f72f47e533
7
.github/workflows/publish_docs.yml
vendored
7
.github/workflows/publish_docs.yml
vendored
@ -3,7 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
@ -13,4 +13,7 @@ jobs:
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: pip install mkdocs-material
|
||||
- run: mkdocs gh-deploy --force
|
||||
- name: Build site
|
||||
run: mkdocs build
|
||||
- name: Deploy
|
||||
run: mkdocs gh-deploy --force
|
||||
|
Loading…
Reference in New Issue
Block a user