Skip to content

Commit

Permalink
fix: packages issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed Nov 30, 2023
1 parent da3e442 commit ce12951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build Packages
run: yarn build:packages
- name: Create Docs
run: cd docs && yarn build:docs
run: cd docs && yarn build
- uses: actions/upload-pages-artifact@v2
with:
path: ./docs/build
Expand Down

0 comments on commit ce12951

Please sign in to comment.