Skip to content

Commit

Permalink
deploy less on netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
raffomania committed Jul 20, 2023
1 parent 9729f15 commit 394445f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ init:
cargo install pagefind

# push the output to netlify
deploy-netlify site="ask-historians-archive" input_name="ah" limit="2021-06-01":
deploy-netlify site="ask-historians-archive" input_name="ah" limit="2022-01-01":
just run --release -- --limit-posts={{limit}} --submissions=input/{{input_name}}_posts.json --comments=input/{{input_name}}_comments.json
rm -f output.zip
zip -r output.zip output
Expand Down

0 comments on commit 394445f

Please sign in to comment.