Skip to content

Commit

Permalink
Added version upgrade v4
Browse files Browse the repository at this point in the history
  • Loading branch information
shinchancode committed Nov 3, 2024
1 parent b3e0c14 commit b1051b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 16

- name: Install dependencies
uses: bahmutov/npm-install@v3
uses: bahmutov/npm-install@v1

- name: Build project
run: npm run build
Expand All @@ -39,13 +39,13 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: production-files
path: ./dist

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist

0 comments on commit b1051b5

Please sign in to comment.