tangled
alpha
login
or
join now
oeiuwq.com
/
den
8
fork
atom
Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/
den.oeiuwq.com
configurations
den
dendritic
nix
aspect
oriented
8
fork
atom
overview
issues
4
pulls
2
pipelines
gh-pages
oeiuwq.com
4 months ago
8fcf2ce9
c10681b2
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
gh-pages.yml
+1
-1
.github/workflows/gh-pages.yml
···
18
18
steps:
19
19
- name: Install mdbook
20
20
run: |
21
21
-
set -e
21
21
+
set -ve -o pipefail
22
22
MDBOOK_VERSION=$(curl -s "https://api.github.com/repos/rust-lang/mdBook/releases/latest" | grep -Po '"tag_name": "v\K[0-9.]+')
23
23
wget -qO mdbook.tar.gz https://github.com/rust-lang/mdBook/releases/latest/download/mdbook-v$MDBOOK_VERSION-x86_64-unknown-linux-gnu.tar.gz
24
24
sudo tar xf mdbook.tar.gz -C /usr/local/bin mdbook