Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgosiaco committed Jun 28, 2024
1 parent dee4ba9 commit 07865cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: gh-pages

on:
on:
push:
branches:
- master
Expand All @@ -13,6 +13,11 @@ jobs:
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 16
cache: "yarn"
- name: Clean install dependencies
run: yarn install --immutable
- name: Deploy
Expand Down

0 comments on commit 07865cf

Please sign in to comment.