Skip to content

Commit

Permalink
Fix: yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KimCookieYa committed Nov 13, 2023
1 parent 75d0fef commit ba45683
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions-deploy.yml
Original file line number Diff line number Diff line change
@@ -27,11 +27,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
cache: 'npm'
- name: Install dependencies
run: yarn install
run: npm install
- name: Build
run: yarn build
run: npm build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact

0 comments on commit ba45683

Please sign in to comment.