Skip to content

Commit

Permalink
Update and rename gh.yml to config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hesetiema committed Apr 29, 2024
1 parent 66b449a commit 938fabc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh.yml → .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
cache: 'npm'
- name: Install dependencies
run: pnpm ci
run: npm ci
- name: Build
run: pnpm run build
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 938fabc

Please sign in to comment.