Skip to content

Commit

Permalink
npx vite
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed Nov 26, 2023
1 parent 296fbb8 commit 770679c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ permissions:
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
cancel-in-progress: true

jobs:
deploy:
Expand All @@ -26,7 +24,7 @@ jobs:
uses: actions/checkout@v3

- name: Build
run: npm i && vite build
run: npm i && npx vite build

- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 770679c

Please sign in to comment.