Skip to content

Commit

Permalink
[IDP-1845] Fix deployment (#19)
Browse files Browse the repository at this point in the history
* [IDP-1845] Fix deployment

* remove workflow dispatch
  • Loading branch information
tjosepo authored Jul 18, 2024
1 parent 3e24b26 commit a4767d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
license: ${{ secrets.RETYPE_API_KEY }}

- name: Upload Retype artifact
uses: actions/upload-artifact@v2
uses: actions/upload-pages-artifact@v2
with:
name: github-pages
path: ${{ steps.retype.outputs.retype-output-path }}

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit a4767d9

Please sign in to comment.