Skip to content

Commit

Permalink
Merge pull request #65 from t-sommer/main
Browse files Browse the repository at this point in the history
Add Gitpod configuration [skip ci]
  • Loading branch information
t-sommer authored Jun 13, 2024
2 parents 957cc2d + d80a125 commit d1d5939
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
tasks:
- name: Generate HTML
command: docker run --rm -it -v $PWD/docs:/documents/ asciidoctor/docker-asciidoctor asciidoctor -B /documents/ -b html5 --failure-level WARN -v index.adoc

- name: Serve HTML
command: python -m http.server 8000 --directory docs

ports:
- port: 8000
onOpen: open-preview

vscode:
extensions:
- asciidoctor.asciidoctor-vscode

0 comments on commit d1d5939

Please sign in to comment.