Skip to content

Commit

Permalink
fix: Fix gh pages deploy process
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgazdik committed Nov 19, 2024
1 parent 322f924 commit df6694d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
cd /tmp/editor-preview
node generateProjectManifest.js ./project/
- name: Setup Pages
uses: actions/configure-pages@v4

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: actions/deploy-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: /tmp/editor-preview
force_orphan: true
path: /tmp/editor-preview

0 comments on commit df6694d

Please sign in to comment.