Skip to content

Commit

Permalink
make: pull before staging
Browse files Browse the repository at this point in the history
  • Loading branch information
bamos committed May 3, 2024
1 parent e8f1940 commit c4bf7d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ viewpdf: $(PDF)
gnome-open $(PDF)

stage: $(PDF) $(MD)
git -C $(WEBSITE_DIR) pull --rebase
cp $(PDF) $(WEBSITE_PDF)
cp $(MD) $(WEBSITE_MD)
date +%Y-%m-%d > $(WEBSITE_DATE)
Expand Down

0 comments on commit c4bf7d4

Please sign in to comment.