rename docs to site
0
docs/.gitignore → site/.gitignore
vendored
@ -3,7 +3,7 @@ image: python:3.11
|
||||
build_site:
|
||||
stage: build
|
||||
script:
|
||||
- cd ./docs
|
||||
- cd ./site
|
||||
- pip install -r requirements.txt
|
||||
- mkdocs build --site-dir ../public --verbose
|
||||
artifacts:
|
Before Width: | Height: | Size: 467 KiB After Width: | Height: | Size: 467 KiB |
Before Width: | Height: | Size: 433 KiB After Width: | Height: | Size: 433 KiB |
Before Width: | Height: | Size: 455 KiB After Width: | Height: | Size: 455 KiB |
Before Width: | Height: | Size: 486 KiB After Width: | Height: | Size: 486 KiB |
Before Width: | Height: | Size: 490 KiB After Width: | Height: | Size: 490 KiB |
Before Width: | Height: | Size: 474 KiB After Width: | Height: | Size: 474 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
@ -1,6 +1,6 @@
|
||||
site_name: Simple Stock Bot
|
||||
site_url: https://simplestockbot.com
|
||||
edit_uri: /simple-stock-bots/site/tree/master/docs
|
||||
edit_uri: /simple-stock-bots/site/tree/master/site
|
||||
repo_url: https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot
|
||||
repo_name: Simple Stock Bots
|
||||
|