Disable Gitlab Pages Deploy on Gitlab CI
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Moe Poi ~ 2023-10-20 16:45:48 +07:00
parent aa98c2ba77
commit 73c3e5be8c

View file

@ -79,19 +79,19 @@ android:
- build/android
# GitLab Pages Deploy
pages:
stage: deploy
dependencies:
- web
script:
# This ensures the `pages` branch is available.
- git fetch
- git checkout pages
- rm -f *.md
- mv build/web/** ./public
artifacts:
paths:
- public
# pages:
# stage: deploy
# dependencies:
# - web
# script:
# # This ensures the `pages` branch is available.
# - git fetch
# - git checkout pages
# - rm -f *.md
# - mv build/web/** ./public
# artifacts:
# paths:
# - public
# Itch.io Deploy
itchio:linux: