Fix github pages deploy

This commit is contained in:
Tom 2022-03-11 02:32:46 +01:00
parent 23d36359ca
commit 9d0d21b756
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,7 @@
name: building github pages documentation
on:
workflow_dispatch:
push:
branches:
- stable
@ -12,9 +13,7 @@ jobs:
steps:
- name: pull the code
uses: actions/checkout@v3
with:
clean: true
- name: install dependencies
run: pip install -r requirements.txt
- name: build and deploy
run: mkdocs gh-deploy -f docs/en/mkdocs.yml --clean
run: mkdocs gh-deploy -f docs/en/mkdocs.yml --force