This is an automated email from the ASF dual-hosted git repository.
jnioche pushed a change to branch 16
in repository
https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git
from 2325a0c Fixes #16
add 196461b Contributes to #17 by adding a manually triggerable action to
publish to asf-site
add 97bb8e2 Fix name of repository to checkout for pushing changes from
GH action generation (#17)
add bdbefdc Automatically publish the website on a push to "main".
add 7587664 Add an action to publish to asf-staging manually (via Actions
tab)
add 96e8122 Update README. Fixes #17
add 72ff7a4 Fixes #8 "Add Matomo Tracking"
add 0927d2b Merge pull request #20 from apache/8
add defe942 Merge branch 'main' into 16
No new revisions were added by this update.
Summary of changes:
.github/workflows/publish-staging.yml | 61 ++++++++++++++++++++++++++++++++
.github/workflows/publish.yml | 65 +++++++++++++++++++++++++++++++++++
README.md | 5 +++
_layouts/default.html | 17 +++++++++
4 files changed, 148 insertions(+)
create mode 100644 .github/workflows/publish-staging.yml
create mode 100644 .github/workflows/publish.yml