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 e2356d0 commit 830315d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploydocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
env:
working-directory: site
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -24,9 +26,9 @@ jobs:
cache: yarn

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

Please sign in to comment.