Skip to content

Commit

Permalink
Update build_and_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored May 21, 2024
1 parent 9db331c commit 34ed5db
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ jobs:
name: docs
path: "./public"

- name: Download docs artifact
# docs artifact is uploaded by build-docs job
uses: actions/download-artifact@v4
with:
name: code-coverage-report
path: "./public/code-coverage-report"

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -64,4 +57,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 34ed5db

Please sign in to comment.