From 960a8f5476beef44b0f3a84461834124dcb7dacd Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Sun, 16 Feb 2025 22:11:27 +0000 Subject: [PATCH] report.yaml: retain vf tag demo --- .ci/vf-tag-demo2.html | 262 ++++++++++++++++++++++++++++++++++ .github/workflows/report.yaml | 1 + 2 files changed, 263 insertions(+) create mode 100644 .ci/vf-tag-demo2.html diff --git a/.ci/vf-tag-demo2.html b/.ci/vf-tag-demo2.html new file mode 100644 index 0000000000..a478996252 --- /dev/null +++ b/.ci/vf-tag-demo2.html @@ -0,0 +1,262 @@ + + + + + + + + + +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+

Hamburgevons

+ Results +
+ Tags defined +
+ + + \ No newline at end of file diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index ece97635ce..d4d0900253 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -31,6 +31,7 @@ jobs: mkdir out gftools push-stats . out/index.html cp .ci/tags.html out/tags.html + cp .ci/vf-tag-demo2.html out/vf-tag-demo2.html - name: Deploy uses: peaceiris/actions-gh-pages@v3 if: ${{ github.ref == 'refs/heads/main' }} -- 2.47.2