Skip to content

Commit

Permalink
Drop Jekyll incremental build as it causes staleness issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Jul 18, 2024
1 parent 90947ea commit df1b11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ serve:
--publish 4000:4000 \
--volume "$$PWD:/GTFOBins/" \
gtfobins \
bundle exec jekyll serve --incremental --host 0.0.0.0
bundle exec jekyll serve --host 0.0.0.0

.PHONY: lint
lint:
Expand Down

0 comments on commit df1b11a

Please sign in to comment.