Skip to content

Commit

Permalink
Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
giovana-morais committed Oct 16, 2023
1 parent 9779572 commit 3804f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_content.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
pelican /app/content -o /app/public -s /app/publishconf.py
/app/.heroku/python/bin/pelican /app/content -o /app/public -s /app/publishconf.py

# check for a good exit
if [ $? -ne 0 ]
Expand Down

0 comments on commit 3804f4e

Please sign in to comment.