Skip to content

Commit 85e1c61

Browse files
committed
Publish Autobahn Reports Attempt #1
1 parent a1afd4d commit 85e1c61

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,12 @@ jobs:
8989
with:
9090
name: autobahn-wspp-reports
9191
path: reports/
92+
93+
- name: Publish Autobahn reports to GitHub Pages
94+
if: always()
95+
uses: peaceiris/actions-gh-pages@v4
96+
with:
97+
github_token: ${{ secrets.GITHUB_TOKEN }}
98+
publish_branch: gh-pages
99+
publish_dir: reports
100+
destination_dir: autobahn

0 commit comments

Comments
 (0)