Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasdewally committed Nov 3, 2023
1 parent 21e2c13 commit 8838081
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,12 @@ jobs:
run: |
./etc/ci/genindex.py pages/coverage/${{ github.sha }}
./etc/ci/genindex.py pages/coverage/latest
./etc/ci/genindex.py pages/coverage/
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./pages
target-folder: .
folder: ./pages/coverage/
target-folder: ./coverage/
branch: gh-pages
commit-message: "Actions: Update coverage indexes"

Expand Down

0 comments on commit 8838081

Please sign in to comment.