Skip to content

Commit

Permalink
fix: Fix gh action script
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgazdik committed Nov 19, 2024
1 parent 8fbd491 commit c7c84c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: /tmp/editor-preview

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
with:
Expand Down

0 comments on commit c7c84c6

Please sign in to comment.