! Re-enabling gitlab pages site

This commit is contained in:
shockrah 2022-01-19 15:37:18 -08:00
parent f63f0ec01e
commit bc71787702

View File

@ -17,25 +17,24 @@ build-site:
- hugo
artifacts:
expire_in: 10 mins
paths:
- "public"
- public/
#deploy-neocities:
# # This might get really ugly with neocities so hang on a while before we bother
# # trying to figure how tf we deploy this thing
# only:
# refs:
# - neocities
#
# stage: deploy
#
# script:
# # First the html
# - bash upload.sh -h
# # then we do the media files
# - bash upload.sh -M
#deploy-neocities:
# # This might get really ugly with neocities so hang on a while before we bother
# # trying to figure how tf we deploy this thing
# only:
# refs:
# - neocities
#
# stage: deploy
#
# script:
# # First the html
# - bash upload.sh -h
# # then we do the media files
# - bash upload.sh -M