Merge pull request #85 from rust-sailfish/stable

Stable
This commit is contained in:
Vince Pike 2022-04-22 11:31:56 -04:00 committed by GitHub
commit afcca6dd0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

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