forked from TYPO3-Documentation/TYPO3CMS-Reference-CoreApi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitpod.yml
23 lines (19 loc) · 799 Bytes
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Example
# https://gitpod.io/#https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-TSconfig/tree/main
image: gitpod/workspace-full
tasks:
- name: RenderT3Docs
init: |
docker pull ghcr.io/t3docs/render-documentation:v3.0.dev28
docker tag ghcr.io/t3docs/render-documentation:v3.0.dev28 t3docs/render-documentation:develop
command: |
eval "$(docker run --rm t3docs/render-documentation:develop show-shell-commands)"
dockrun_t3rd makehtml-no-cache
gp open ./Documentation-GENERATED-temp/Result/project/0.0.0/_buildinfo/warnings.txt
cd ./Documentation-GENERATED-temp/Result/project/0.0.0/
nohup php -S localhost:8001 &
gp preview "$(gp url 8001)/Index.html" --external
ports:
- port: 8001
name: t3docspreview
onOpen: ignore