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. (#411)

Signed-off-by: Tully Foote <[email protected]>
  • Loading branch information
tfoote committed Sep 9, 2024
1 parent 756e5f8 commit fc79320
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 fc79320

Please sign in to comment.