Skip to content

Commit

Permalink
ci: fix upload of pages artifact in publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
RuggeroVisintin committed Dec 10, 2023
1 parent 7471362 commit f8cf873
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
- name: upload docs artifact
# if: ${{ steps.release.outputs.release_created }}
uses: actions/upload-pages-artifact@v2
with:
path: "docs/"
- name: deploy docs artifact
# if: ${{ steps.release.outputs.release_created }}
uses: actions/deploy-pages@v3
Expand Down

0 comments on commit f8cf873

Please sign in to comment.