chore(gitpod): bump devenv image to build based on 34a2eb5ce4

[skip ci]

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
Andrei Jiroh Halili 2023-10-01 22:18:00 +08:00
parent c88c2e5519
commit bb222552d2
Signed by: ajhalili2006
GPG Key ID: 67BFC91B3DA12BE8

View File

@ -6,11 +6,11 @@
checkoutLocation: tildeweb-ajhalili2006 checkoutLocation: tildeweb-ajhalili2006
image: ghcr.io/ajhalili2006/ajhalili2006.github.io/devenv:commit-b9683f870d90ffe1a6c2d4d22c69fb8e99322e17 image: ghcr.io/ajhalili2006/ajhalili2006.github.io/devenv:commit-34a2eb5ce41701454dfede862a6284cc92bfe175
tasks: tasks:
- init: | - init: |
pipenv install pipenv sync --verbose
command: | command: |
FF_ENABLE_COMMIT_DATA=true pipenv run -- mkdocs serve --watch overrides --watch-theme --livereload FF_ENABLE_COMMIT_DATA=true pipenv run -- mkdocs serve --watch overrides --watch-theme --livereload
name: site-localdev name: site-localdev
@ -20,4 +20,4 @@ tasks:
ports: ports:
- port: 8000 - port: 8000
onOpen: notify onOpen: notify
visibility: public visibility: public