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 b596fa7 commit e814304Copy full SHA for e814304
.github/workflows/publish-reports.yml
@@ -32,10 +32,13 @@ jobs:
32
uses: actions/configure-pages@v2
33
34
- name: Upload Reports
35
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
36
with:
37
path: "reports"
38
39
- name: Deploy to GitHub Pages
40
id: deployment
41
uses: actions/deploy-pages@v2
42
+ with:
43
+ artifact_name: github-pages
44
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments