Skip to content

Commit

Permalink
Update the remotes after cloning them in case they've been checked ou…
Browse files Browse the repository at this point in the history
…t in the past and are potentially outdated.

Signed-off-by: Tully Foote <[email protected]>
  • Loading branch information
tfoote committed Aug 30, 2024
1 parent e61b681 commit 80cbec7
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 @@ -21,6 +21,7 @@ build: prepare-sources
prepare-sources:
mkdir -p $(remotes_dir)
vcs import --input $(remotes_file) --force $(remotes_dir)
vcs pull $(remotes_dir)

discover: prepare-sources
bundle exec jekyll build --verbose --trace -d $(site_path) --config=$(config_file),$(index_file),$(discover_config)
Expand Down

0 comments on commit 80cbec7

Please sign in to comment.