Skip to content

Commit

Permalink
Fix issues email and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
janhoy committed Jun 26, 2024
1 parent 7f88bf3 commit e809111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ github:

notifications:
jobs: builds@solr.apache.org
issues: issues@@solr.apache.org
issues: issues@solr.apache.org
pullrequests: issues@solr.apache.org
jira_options: link label worklog
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ If the staged site looks good, simply merge the changes to branch `production` a
> **IMPORTANT**: Please never commit directly to `production` branch. All commits should go to `main, and then merge `main` to `production`. Note that it **is** possible to make a Pull Request for the merge from `main-->production`. If you do so, please merge using a merge commit rather than a squash merge.
For larger edits it is recommended to build and preview the site locally. This lets you see the result of your changes instantly without committing anything.
The bundled script uses a pelican docker image to build and serve the site locally. Please make sure you have docker installed.
The bundled script uses a docker image to build and serve the site locally. Please make sure you have docker installed.

# Usage: ./build.sh [-l] [<other pelican arguments>]
# Usage: ./build.sh [-l] [-h] [<other pelican arguments>]
# -l Live build and reload source changes on localhost:8000
# --help Show full help for options that Pelican accepts
./build.sh -l
Expand Down

0 comments on commit e809111

Please sign in to comment.