Skip to content

Commit

Permalink
Update files added to deployed zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Howard committed Dec 29, 2023
1 parent 07c77ef commit d0c1ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildScraper()

zipfile=$(realpath "$outdir/fanscrape.zip")

zip -r "$zipfile" fanscrape.py fanscrape.yml
zip -r "$zipfile" fanscrape.py fanscrape.yml requirements.txt

# write to spec index

Expand Down

0 comments on commit d0c1ef8

Please sign in to comment.