Skip to content

Commit

Permalink
Retain working directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Jul 29, 2023
1 parent 8ea9dec commit edaced1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,13 @@ jobs:
contents: write
runs-on: ubuntu-22.04
steps:
- name: Check out source code
uses: actions/checkout@v3
- name: Download coverage report
uses: actions/download-artifact@v3
with:
name: coverage-report
path: reports/coverage/
- name: Publish coverage report
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit edaced1

Please sign in to comment.