Skip to content

Commit b6b547a

Browse files
committed
enable staging site to build in future
1 parent 6740a5d commit b6b547a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/website/build-staging.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ sed -i -e 's/Running Challenges/Running Challenges - Staging/' _config.yml
7777

7878
# Build the site
7979
bundle install
80-
bundle exec jekyll build --trace
80+
bundle exec jekyll build --trace --future
8181

8282
# Print summary
8383
echo "Built site, total size: `du -sh ${SITE_DIR}`"

0 commit comments

Comments
 (0)