Skip to content

Commit

Permalink
Fix paths in build file
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Pederson committed Feb 19, 2021
1 parent 8ea1139 commit db5a6a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .build.yml
Expand Up @@ -8,10 +8,9 @@ tasks:
cachix use srid
nix-env -if https://github.com/srid/neuron/archive/master.tar.gz
- gen: |
cd z
neuron gen
cd .neuron/output
tar -cvzf ../../../site.tar.gz .
tar -cvzf ../../site.tar.gz .
- deploy: |
acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz

0 comments on commit db5a6a3

Please sign in to comment.