From bb60c46bfee5451de65df15a196e17b72d55ee5c Mon Sep 17 00:00:00 2001 From: Mykola Grybyk Date: Mon, 5 Feb 2024 13:25:36 +0100 Subject: [PATCH] update docs --- .github/workflows/report_test.yml | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/report_test.yml b/.github/workflows/report_test.yml index 940fa29..bd7dc97 100644 --- a/.github/workflows/report_test.yml +++ b/.github/workflows/report_test.yml @@ -65,7 +65,7 @@ jobs: path: gh-pages-dir # checkout path - name: Allure Report Action - uses: mgrybyk/allure-report-branch-action@v1 + uses: mgrybyk/allure-report-branch-js-action@v1 if: always() continue-on-error: true id: allure @@ -74,6 +74,8 @@ jobs: gh_pages: 'gh-pages-dir' report_dir: 'allure-results' list_dirs: ${{ github.ref == 'refs/heads/main' }} + branch_cleanup_enabled: ${{ github.ref == 'refs/heads/main' }} + max_reports: 9 - name: generate csv report data if: ${{ always() && steps.allure.outputs.report_url }} diff --git a/README.md b/README.md index 8659201..aaf76cd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ See examples: - [CSV report, single file, Allure Trend](https://mgrybyk.github.io/html-trend-report-action/report-action/main/Allure%20Trend%20Report/) - [CSV report, multiple files, Lighthouse Trend](https://mgrybyk.github.io/html-trend-report-action/report-action/main/Lighthouse%20Trend%20Report/) -- [HTML Report](https://mgrybyk.github.io/html-trend-report-action/report-action/main/Lighthouse%20Report/6042081675_1693513388852/) +- [HTML Report](https://mgrybyk.github.io/html-trend-report-action/report-action/main/Lighthouse%20Report/7784322733_1707135682151/) - [HTML Report history](https://mgrybyk.github.io/html-trend-report-action/report-action/main/Lighthouse%20Report/) - [Browse different branches](https://mgrybyk.github.io/html-trend-report-action/) - [Pull Request Comment Example](https://github.com/mgrybyk/html-trend-report-action/pull/3)