Skip to content

Commit

Permalink
🚑 fix: Document Website
Browse files Browse the repository at this point in the history
  • Loading branch information
baronha committed Dec 9, 2024
1 parent ad5ea32 commit 0362f9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
cache: yarn

- name: Install dependencies
working-directory: website
working-directory: docs
run: yarn install --frozen-lockfile
- name: Build website
working-directory: website
- name: Build docs
working-directory: docs
run: yarn build

- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
with:
path: website/build
path: docs/build

deploy:
name: Deploy to GitHub Pages
Expand Down

0 comments on commit 0362f9c

Please sign in to comment.