Skip to content

Commit

Permalink
ci: refine documentation deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
RuggeroVisintin committed Dec 10, 2023
1 parent 049a2b9 commit bfce44a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
run: |
npm run build:docs
- name: Setup Pages
if: ${{ steps.release.outputs.release_created }}
uses: actions/configure-pages@v4
- name: upload docs artifact
if: ${{ steps.release.outputs.release_created }}
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit bfce44a

Please sign in to comment.