Skip to content

Commit

Permalink
npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceacc committed Apr 19, 2024
1 parent d9ecc00 commit e4bd785
Show file tree
Hide file tree
Showing 3 changed files with 15,925 additions and 1,202 deletions.
4 changes: 2 additions & 2 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: npm
cache: yarn
cache-dependency-path: "./package-lock.json"
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
- name: Build
run: npm run build
run: yarn build
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down
Loading

0 comments on commit e4bd785

Please sign in to comment.