Skip to content

Commit ce12951

Browse files
author
DominicGBauer
committed
fix: packages issue
1 parent da3e442 commit ce12951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build Packages
3535
run: yarn build:packages
3636
- name: Create Docs
37-
run: cd docs && yarn build:docs
37+
run: cd docs && yarn build
3838
- uses: actions/upload-pages-artifact@v2
3939
with:
4040
path: ./docs/build

0 commit comments

Comments
 (0)