Skip to content

Commit

Permalink
Update publish-reports-github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler authored Dec 16, 2024
1 parent b2df8b7 commit 26daee6
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .github/workflows/publish-reports-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,20 +139,12 @@ jobs:
- name: "Display structure of coverage report"
run: ls -R pycov

- name: "Upload artifact"
uses: actions/upload-pages-artifact@v3
- name: "Publish test report"
uses: peaceiris/actions-gh-pages@v4
if: always()
with:
path: 'pycov'
- name: "Deploy to GitHub Pages"
id: deployment
uses: actions/deploy-pages@v4

# - name: "Publish test report"
# uses: peaceiris/actions-gh-pages@v4
# if: always()
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_branch: gh-pages
# publish_dir: pycov
# destination_dir: pycov
# keep_files: true
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: pycov
destination_dir: pycov
keep_files: true

0 comments on commit 26daee6

Please sign in to comment.