Skip to content

Commit

Permalink
try different gh-pages-action
Browse files Browse the repository at this point in the history
  • Loading branch information
seigler committed Apr 7, 2024
1 parent d001d2d commit d3a8f2a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
run: npm install
- name: Build
run: npm run build ./dist
- name: Vite Github Pages Deployer
uses: skywarth/vite-github-pages[email protected]
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
id: deploy_to_pages
with:
build_path: ./dist
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist

0 comments on commit d3a8f2a

Please sign in to comment.