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
|
||||
|
||||
# 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:
|
||||
|
|
Loading…
Reference in a new issue