Skip to content

Commit

Permalink
chore(.gitpod): init with mdbook
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunSHamilton committed Jan 29, 2024
1 parent 4e91a0e commit d4ca867
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
- name: Install Dependencies
env:
MDBOOK_VERSION: 0.4.36
ADMONISH_VERSION: 1.15.0
init: |
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v${MDBOOK_VERSION}/mdbook-v${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=${CARGO_HOME}/bin
curl -sSL https://github.com/tommilligan/mdbook-admonish/releases/download/v${ADMONISH_VERSION}/mdbook-admonish-v${ADMONISH_VERSION}-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=${CARGO_HOME}/bin
npm install

0 comments on commit d4ca867

Please sign in to comment.