Add docs.yml for mdbook documentation

This commit is contained in:
Johannes Frohnmeyer 2022-08-30 11:09:57 +00:00
parent b2a4695932
commit 3709c2c8cb
1 changed files with 11 additions and 0 deletions

11
docs.yml Normal file
View File

@ -0,0 +1,11 @@
pages:
image: archlinux:latest
stage: deploy
script:
- pacman -Sy mdbook --noconfirm
- mdbook build
artifacts:
paths:
- public
only:
- master