Gitlab CI/CD to publish documentation on framagit.

Related to #117.
This commit is contained in:
John Livingston 2023-02-14 10:39:04 +01:00
parent 9047c1552d
commit 5f950e769a
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 10 additions and 0 deletions

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
image: monachus/hugo
pages:
script:
- hugo -s support/documentation/ -d public/
artifacts:
paths:
- public
only:
- develop