Skip to content

Commit

Permalink
Update deploydocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrgnFireYellow authored Feb 17, 2024
1 parent 37613d2 commit e2356d0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploydocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ jobs:
cache: yarn

- name: Install dependencies
working-directory: ./site
run: yarn install --frozen-lockfile
run: yarn --cwd ./site install --frozen-lockfile
- name: Build website
working-directory: ./site
run: yarn build
run: yarn --cwd ./site 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 e2356d0

Please sign in to comment.