Skip to content

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
AMD-NICK committed Dec 21, 2023
1 parent b9aa65d commit a0bc188
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/site-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
node-version: 18
cache: yarn

- run: cd site
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
run: cd site && yarn build
run: yarn build

# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
Expand Down

0 comments on commit a0bc188

Please sign in to comment.