1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-15 23:06:40 +00:00

see if renaming to pages fixes ci

This commit is contained in:
Anson 2023-10-17 05:35:37 +00:00
parent 8a78ab5f55
commit 0b99c4435d
2 changed files with 3 additions and 5 deletions

View File

@ -1,9 +1,7 @@
stages:
- lint
- build
- build_site
- deploy
- deploy_site
black:
stage: lint

View File

@ -10,7 +10,7 @@ build_site:
paths:
- public
deploy_site:
pages:
stage: deploy
script:
- echo "Publishing site..."
@ -19,5 +19,5 @@ deploy_site:
artifacts:
paths:
- public
rules:
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
# rules:
# - if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"