This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a change to branch dfoulks/gha-site in repository https://gitbox.apache.org/repos/asf/petri.git
from 7574125 created empty branch with .asf.yaml for testing add 105d75b GitHub Actions Generated Pelican Build new c664d0c Merge pull request #49 from apache/create-pull-request/patch The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: output/.htaccess | 3 + output/buildstream.html | 289 +++++++++++++++++++++ output/cookbook.html | 282 +++++++++++++++++++++ output/css/bootstrap.min.css | 7 + output/css/bootstrap.min.css.map | 1 + output/css/github-markdown.min.css | 2 + output/css/github-markdown.min.css.map | 1 + output/faq.html | 441 +++++++++++++++++++++++++++++++++ output/images/logo.png | Bin 0 -> 44707 bytes output/images/logo.svg | 383 ++++++++++++++++++++++++++++ output/index.html | 288 +++++++++++++++++++++ output/info.yaml | 53 ++++ output/js/bootstrap.min.js | 7 + output/js/bootstrap.min.js.map | 1 + output/js/jquery.slim.min.js | 2 + output/js/popper.min.js | 5 + output/js/popper.min.js.map | 1 + output/mentors.html | 262 ++++++++++++++++++++ output/petri.rdf | 42 ++++ output/projects.html | 260 +++++++++++++++++++ output/way.html | 272 ++++++++++++++++++++ 21 files changed, 2602 insertions(+) create mode 100644 output/.htaccess create mode 100644 output/buildstream.html create mode 100644 output/cookbook.html create mode 100644 output/css/bootstrap.min.css create mode 100644 output/css/bootstrap.min.css.map create mode 100644 output/css/github-markdown.min.css create mode 100644 output/css/github-markdown.min.css.map create mode 100644 output/faq.html create mode 100644 output/images/logo.png create mode 100644 output/images/logo.svg create mode 100644 output/index.html create mode 100644 output/info.yaml create mode 100644 output/js/bootstrap.min.js create mode 100644 output/js/bootstrap.min.js.map create mode 100644 output/js/jquery.slim.min.js create mode 100644 output/js/popper.min.js create mode 100644 output/js/popper.min.js.map create mode 100644 output/mentors.html create mode 100644 output/petri.rdf create mode 100644 output/projects.html create mode 100644 output/way.html