Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XOTlC authored Nov 7, 2023
1 parent 3d756e3 commit 147a06f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Vite Github Pages Deployer
uses: skywarth/vite-github-pages-deployer@v1.2.0
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: npm i

- name: Build
run: npm run build

0 comments on commit 147a06f

Please sign in to comment.