Skip to content

Commit

Permalink
deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceacc committed Apr 19, 2024
1 parent 1a3945c commit d9ecc00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
cache-dependency-path: "/package-lock.json"
cache: npm
cache-dependency-path: "./package-lock.json"
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
- name: Build
run: yarn build
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit d9ecc00

Please sign in to comment.