We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aab6fd commit 2c78fe7Copy full SHA for 2c78fe7
.github/workflows/playwright-tests.yml
@@ -75,3 +75,12 @@ jobs:
75
# with:
76
# github_token: ${{ secrets.GITHUB_TOKEN }}
77
# publish_dir: target/site/allure-maven-plugin
78
+
79
+ - name: Upload artifact
80
+ uses: actions/upload-pages-artifact@v3
81
+ with:
82
+ # Upload entire repository
83
+ path: 'target/site/allure-maven-plugin'
84
+ - name: Deploy to GitHub Pages
85
+ id: deployment
86
+ uses: actions/deploy-pages@v4
0 commit comments