We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c628933 commit 39fb905Copy full SHA for 39fb905
.github/workflows/github_actions_tests.yml
@@ -69,6 +69,11 @@ jobs:
69
run: |
70
npx allure generate allure-results --clean -o allure-report
71
72
+ - name: Patch Allure report for GitHub Pages
73
+ run: |
74
+ sed -i 's|<base href="/">|<base href="/forcePointPlaywrightPythonTest/">|' allure-report/index.html
75
+
76
77
- name: Deploy Allure Report to GitHub Pages
78
if: always()
79
uses: peaceiris/actions-gh-pages@v3
0 commit comments