mirror of
https://github.com/seigler/aurebesh
synced 2025-07-27 01:36:12 +00:00
try different gh-pages-action
This commit is contained in:
parent
d001d2deee
commit
2e34bc1be0
2 changed files with 11 additions and 8 deletions
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
|
@ -35,9 +35,10 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Build
|
||||
run: npm run build ./dist
|
||||
- name: Vite Github Pages Deployer
|
||||
uses: skywarth/vite-github-pages-deployer@v1.3.0
|
||||
run: npm run build
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
id: deploy_to_pages
|
||||
with:
|
||||
build_path: ./dist
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./dist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue