Skip to content

Commit

Permalink
Create static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vldtecno committed Oct 20, 2023
1 parent a45c889 commit 789aeb3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,10 @@ jobs:
working-directory: ${{github.workspace}}/build/
run: genhtml coverage.info -o CoverageReport

- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ${{github.workspace}}/CoverageReport
path: ${{github.workspace}}/build/CoverageReport
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
Expand Down

0 comments on commit 789aeb3

Please sign in to comment.