mirror of
https://github.com/mrleduck/Vossendijk-Regels.git
synced 2025-04-18 15:06:10 +00:00
Create main.yml
This commit is contained in:
parent
9eae48dbe4
commit
9bd4c8e274
17
.github/workflows/main.yml
vendored
Normal file
17
.github/workflows/main.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: Publish docs via GitHub Pages
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
build:
|
||||
name: Deploy docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: pip install mkdocs-material
|
||||
- run: pip install mkdocs-git-revision-date-localized-plugin
|
||||
- run: mkdocs gh-deploy --force
|
Loading…
x
Reference in New Issue
Block a user