Skip to content

Commit 0362f9c

Browse files
committed
🚑 fix: Document Website
1 parent ad5ea32 commit 0362f9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
cache: yarn
2222

2323
- name: Install dependencies
24-
working-directory: website
24+
working-directory: docs
2525
run: yarn install --frozen-lockfile
26-
- name: Build website
27-
working-directory: website
26+
- name: Build docs
27+
working-directory: docs
2828
run: yarn build
2929

3030
- name: Upload Build Artifact
3131
uses: actions/upload-pages-artifact@v3
3232
with:
33-
path: website/build
33+
path: docs/build
3434

3535
deploy:
3636
name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)