Disable Gitlab Pages Deploy on Gitlab CI
Some checks failed
continuous-integration/drone Build is failing
Some checks failed
continuous-integration/drone Build is failing
This commit is contained in:
parent
aa98c2ba77
commit
73c3e5be8c
1 changed files with 13 additions and 13 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue