Skip to content

Commit

Permalink
update workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KooShnoo committed Dec 28, 2023
1 parent 1711045 commit d6a5f63
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# adapted from https://github.com/sitek94/vite-deploy-demo

name: Deploy site to Github Pages

on:
Expand Down Expand Up @@ -28,10 +26,10 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- uses: pnpm/action-setup@v2
with:
Expand All @@ -43,7 +41,7 @@ jobs:
run: npm run build

- name: Upload production-ready build files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: production-files
path: ./dist
Expand Down

0 comments on commit d6a5f63

Please sign in to comment.