-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.gitpod.yml
More file actions
21 lines (17 loc) · 623 Bytes
/
.gitpod.yml
File metadata and controls
21 lines (17 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Example
# https://gitpod.io/#https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-TSconfig/tree/main
image: "gitpod/workspace-full"
tasks:
- name: "RenderRstGuides"
init: |
git clone git@github.com:phpDocumentor/guides.git guides
command: |
echo "Run 'bash ./render.sh' to generate all docs."
# 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: "guidespreview"
onOpen: "ignore"