Skip to content

Commit 2c78fe7

Browse files
committed
Use built in github pages actions
1 parent 6aab6fd commit 2c78fe7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/playwright-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,12 @@ jobs:
7575
# with:
7676
# github_token: ${{ secrets.GITHUB_TOKEN }}
7777
# 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

Comments
 (0)