1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +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: stages:
- lint - lint
- build
- build_site - build_site
- deploy - deploy
- deploy_site
black: black:
stage: lint stage: lint

View File

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