Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bugzpodder committed Nov 19, 2023
1 parent 9a69383 commit 05e8151
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6,148 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
- run: yarn install
- run: yarn install && yarn workspace pysandbox build
- name: Install, build, and upload your site
uses: withastro/action@v0
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@codemirror/lang-python": "^6.1.3",
"astro": "^3.0.6",
"codemirror": "^6.0.1",
"pysandbox": "*",
"pysandbox": "workspace:^",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-readline": "^1.1.1"
Expand Down

0 comments on commit 05e8151

Please sign in to comment.