Skip to content

Commit

Permalink
no yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Mar 2, 2024
1 parent 6efc0c2 commit 88d77b6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: Deploy to GitHub Pages

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -29,13 +29,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: yarn
# - name: Set up Node.js
# uses: actions/setup-node@v3
# with:
# node-version: 16.x
# cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
run: npm ci
- name: Build
run: yarn build
- name: Setup Pages
Expand Down

0 comments on commit 88d77b6

Please sign in to comment.