generated from freeCodeCamp/template
-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.gitpod.yml
More file actions
9 lines (9 loc) · 535 Bytes
/
.gitpod.yml
File metadata and controls
9 lines (9 loc) · 535 Bytes
1
2
3
4
5
6
7
8
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