diff options
author | EuAndreh <eu@euandre.org> | 2020-02-06 03:51:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-06 03:51:43 -0300 |
commit | 1aba532d4311d1ea819af071cc44ceb95759a51f (patch) | |
tree | 58d52309b1ea2b6b7c3a08feed04deb5d64b83d2 /.build.yml | |
parent | Let jekyll create the $out directory (diff) | |
download | euandre.org-1aba532d4311d1ea819af071cc44ceb95759a51f.tar.gz euandre.org-1aba532d4311d1ea819af071cc44ceb95759a51f.tar.xz |
Setup publish environment variables
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,5 +16,5 @@ tasks: - docs: | cd website/ nix-build -A publishScript - source ./docs/env.sh + source ./scripts/publish-env.sh ./result/bin/publish.sh |