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 - build/android
# GitLab Pages Deploy # GitLab Pages Deploy
pages: # pages:
stage: deploy # stage: deploy
dependencies: # dependencies:
- web # - web
script: # script:
# This ensures the `pages` branch is available. # # This ensures the `pages` branch is available.
- git fetch # - git fetch
- git checkout pages # - git checkout pages
- rm -f *.md # - rm -f *.md
- mv build/web/** ./public # - mv build/web/** ./public
artifacts: # artifacts:
paths: # paths:
- public # - public
# Itch.io Deploy # Itch.io Deploy
itchio:linux: itchio:linux: