Merge pull request #83 from Svenskunganka/stable

Fix github pages deploy action Hope this works!
This commit is contained in:
Vince Pike 2022-03-23 13:48:39 -04:00 committed by GitHub
commit 87d03fcbaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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