Skip to content

Commit 08b46e5

Browse files
committed
Update to handle the production flag
1 parent acd0b04 commit 08b46e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ See https://help.github.com/articles/using-jekyll-with-pages#installing-jekyll
2323
## Deploy to ASF svnpubsub infra (committers only)
2424
1. generate static website in `./_site`
2525
```
26-
bundle exec jekyll build
26+
JEKYLL_ENV=production bundle exec jekyll build
2727
```
2828
2929
2. checkout ASF repo

0 commit comments

Comments
 (0)