feat: update gh action

This commit is contained in:
Jacob Nguyen
2022-08-13 14:54:05 -05:00
committed by GitHub
parent 2bce9458bf
commit 88b4ffae11

View File

@@ -14,12 +14,12 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
cache: npm
- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm install
- name: Build website
run: yarn build
run: npm run build
# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus