1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-12 13:22:33 +01:00
docs/.github/workflows/build.yml
2021-05-14 12:10:07 +02:00

17 lines
352 B
YAML

name: Build to GitHub Pages
on:
push:
branches:
- master
- main
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-material mkdocs-section-index
- run: mkdocs gh-deploy --force