This is an automated email from the ASF dual-hosted git repository.

jky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flagon.git

commit 1259e552bfbfd3b24907d63148863dcf992316ac
Merge: f4bf535 dea8981
Author: Jason Young <88682906+jy...@users.noreply.github.com>
AuthorDate: Fri Mar 28 13:03:48 2025 -0700

    Merge pull request #88 from apache/site-build
    
    Add GitHub action to build and push the site when changed on master

 .github/workflows/site.yml                         |   70 +
 .gitignore                                         |    2 +
 site/Dockerfile                                    |   21 +-
 site/Gemfile.lock                                  |    2 +-
 site/README.md                                     |   10 -
 site/_site/assets/main.css                         |  310 --
 site/_site/assets/main.css.map                     |    1 -
 site/_site/community/index.html                    |  202 --
 site/_site/distill/index.html                      |  212 --
 site/_site/docs/contributing/index.html            |  221 --
 site/_site/docs/distill/index.html                 |  200 --
 site/_site/docs/index.html                         |  198 --
 site/_site/docs/useralejs/API/index.html           |  288 --
 site/_site/docs/useralejs/build/index.html         |  306 --
 site/_site/docs/useralejs/dataschema/index.html    |  423 ---
 site/_site/docs/useralejs/index.html               |  374 ---
 site/_site/docs/useralejs/modifying/index.html     |  326 --
 .../docs/useralejs/troubleshooting/index.html      |  208 --
 site/_site/feed.xml                                |    1 -
 site/_site/images/ABTest_Dashboard.png             |  Bin 258719 -> 0 bytes
 site/_site/images/Screen_Dashboard_1.png           |  Bin 142227 -> 0 bytes
 site/_site/images/Screen_Dashboard_2.png           |  Bin 126734 -> 0 bytes
 site/_site/images/Screen_Dashboard_3.png           |  Bin 89635 -> 0 bytes
 site/_site/images/Screen_Dashboard_4.png           |  Bin 170536 -> 0 bytes
 site/_site/images/asf_logo_url.svg                 |  261 --
 site/_site/images/distill.png                      |  Bin 9115 -> 0 bytes
 site/_site/images/distill_inverted.png             |  Bin 9182 -> 0 bytes
 site/_site/images/flagonMaster.svg                 |   20 -
 site/_site/images/flagonMaster_red.svg             |   20 -
 site/_site/images/flagonMaster_wht.svg             |   20 -
 site/_site/images/header.svg                       | 3169 --------------------
 site/_site/images/incubator-logo-white.jpg         |  Bin 11267 -> 0 bytes
 site/_site/images/incubator-logo-white.png         |  Bin 12298 -> 0 bytes
 site/_site/images/incubator-logo.png               |  Bin 8626 -> 0 bytes
 site/_site/images/metricBeat.png                   |  Bin 124599 -> 0 bytes
 site/_site/images/mouseOverBench1.png              |  Bin 93193 -> 0 bytes
 site/_site/images/mouseOverBench2.png              |  Bin 87554 -> 0 bytes
 site/_site/images/stack.png                        |  Bin 203346 -> 0 bytes
 site/_site/images/stout.png                        |  Bin 15570 -> 0 bytes
 site/_site/images/stout_inverted.png               |  Bin 15043 -> 0 bytes
 site/_site/images/tap.png                          |  Bin 11706 -> 0 bytes
 site/_site/images/tap_inverted.png                 |  Bin 11503 -> 0 bytes
 site/_site/images/userale.png                      |  Bin 15464 -> 0 bytes
 site/_site/images/userale_inverted.png             |  Bin 15229 -> 0 bytes
 site/_site/index.html                              |  320 --
 site/_site/js/bowiePlot.js                         |  408 ---
 site/_site/js/graphData.json                       |    1 -
 site/_site/js/main.js                              |    4 -
 site/_site/js/userale-demo.min.js                  |    1 -
 site/_site/releases/index.html                     |  248 --
 site/_site/semantic/dist/semantic.min.css          |   11 -
 site/_site/semantic/dist/semantic.min.js           |   19 -
 .../dist/themes/basic/assets/fonts/icons.eot       |  Bin 40166 -> 0 bytes
 .../dist/themes/basic/assets/fonts/icons.svg       |  450 ---
 .../dist/themes/basic/assets/fonts/icons.ttf       |  Bin 39924 -> 0 bytes
 .../dist/themes/basic/assets/fonts/icons.woff      |  Bin 24676 -> 0 bytes
 .../dist/themes/default/assets/fonts/icons.eot     |  Bin 76518 -> 0 bytes
 .../dist/themes/default/assets/fonts/icons.svg     |  685 -----
 .../dist/themes/default/assets/fonts/icons.ttf     |  Bin 152796 -> 0 bytes
 .../dist/themes/default/assets/fonts/icons.woff    |  Bin 90412 -> 0 bytes
 .../dist/themes/default/assets/fonts/icons.woff2   |  Bin 71896 -> 0 bytes
 .../dist/themes/default/assets/images/flags.png    |  Bin 28123 -> 0 bytes
 .../themes/github/assets/fonts/octicons-local.ttf  |  Bin 53604 -> 0 bytes
 .../dist/themes/github/assets/fonts/octicons.svg   |  200 --
 .../dist/themes/github/assets/fonts/octicons.ttf   |  Bin 31740 -> 0 bytes
 .../dist/themes/github/assets/fonts/octicons.woff  |  Bin 17772 -> 0 bytes
 .../dist/themes/material/assets/fonts/icons.eot    |  Bin 143258 -> 0 bytes
 .../dist/themes/material/assets/fonts/icons.svg    | 2373 ---------------
 .../dist/themes/material/assets/fonts/icons.ttf    |  Bin 128180 -> 0 bytes
 .../dist/themes/material/assets/fonts/icons.woff   |  Bin 57620 -> 0 bytes
 site/_site/userale/index.html                      |  375 ---
 site/build.sh                                      |   26 +
 72 files changed, 110 insertions(+), 11876 deletions(-)

Reply via email to