blob: 420878b9d2cb7482b275f5acb6fc5157489977fd (
plain) (
tree)
|
|
#!/usr/bin/env bash
set -Eeuo pipefail
cd "$(dirname "${BASH_SOURCE[@]}")"
nix-build -A subtasks.docs
rm -rf tmp/
mkdir tmp/
cp -R result/* tmp/
chmod -R +w tmp/
cp site/css/styles.css tmp/css/
|