Skip to content

Use secret str (#215) #105

Use secret str (#215)

Use secret str (#215) #105

Workflow file for this run

name: Deploy Documentation to the github pages.
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs>=1.1.2 mkdocs-material>=6.1.5 mkdocs-markdownextradata-plugin>=0.1.9
- run: mkdocs gh-deploy --force