Remove GitLab CI configuration

As noted by @renchap, "We do not rely on Gitlab CI anymore, this
can be dropped."

https://github.com/mastodon/documentation/issues/1357#issuecomment-1851642299
This commit is contained in:
albert 2023-12-15 18:58:50 +01:00
parent 759c0e8bbd
commit b23d5a4efe
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
image: monachus/hugo:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master