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
use curl
oeiuwq.com
4 months ago
685d7202
0adead69
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
gh-pages.yml
+1
-1
.github/workflows/gh-pages.yml
···
19
19
- name: Install mdbook
20
20
run: |
21
21
set -ve -o pipefail
22
22
-
wget -qO mdbook.tar.gz https://github.com/rust-lang/mdBook/releases/download/mdbook-v0.4.52-x86_64-unknown-linux-gnu.tar.gz
22
22
+
curl -qL https://github.com/rust-lang/mdBook/releases/download/mdbook-v0.4.52-x86_64-unknown-linux-gnu.tar.gz -o mdbook.tar.gz
23
23
sudo tar xf mdbook.tar.gz -C /usr/local/bin mdbook
24
24
mdbook --version
25
25
- name: Checkout