Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ See https://help.github.com/articles/using-jekyll-with-pages#installing-jekyll
## Deploy to ASF svnpubsub infra (committers only)
1. generate static website in `./_site`
```
bundle exec jekyll build --safe
JEKYLL_ENV=production bundle exec jekyll build
```

2. checkout ASF repo
Expand Down
2 changes: 1 addition & 1 deletion contribution/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ If you're going to create new pages, there are some spots you need to add the lo

```
# go to /docs under Zeppelin source
bundle exec jekyll build --safe
JEKYLL_ENV=production bundle exec jekyll build
```

2. checkout ASF repo
Expand Down