Skip to content

Commit

Permalink
github actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
icanc0 committed Feb 10, 2024
1 parent cc670c5 commit df91f9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4


- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 21
cache: npm
Expand All @@ -39,15 +39,15 @@ jobs:
run: npm i

- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
with:
static_site_generator: "sveltekit"

- name: Build site
run: npm run build

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@4
with:
path: 'build/'

Expand Down

0 comments on commit df91f9d

Please sign in to comment.