Skip to content

Commit

Permalink
Only generate pdf when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
opsb committed Mar 26, 2021
1 parent 956be37 commit 7c6faaf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -12,3 +12,4 @@ node_modules

# Desktop Services Store on macOS
.DS_Store
public/opsb.pdf
3 changes: 1 addition & 2 deletions Justfile
@@ -1,8 +1,7 @@
run:
elm-app start

publish:
@echo "----! Remember to run 'make gen.pdf' and commit before publishing"
publish: gen-pdf
@echo "----> Publishing to netlify"
@elm-app build && netlify deploy --prod

Expand Down
Binary file removed public/opsb.pdf
Binary file not shown.

0 comments on commit 7c6faaf

Please sign in to comment.