Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
DavdGao committed Jan 6, 2025
1 parent 4e34cac commit 1b0c28a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Install Dependencies
run: |
pip install -q -e .[full]
- name: Add execute permission to build.sh
run: |
chmod +x docs/tutorial/en/build.sh
- id: build
name: Build Documentation
run: |
Expand Down
4 changes: 0 additions & 4 deletions docs/tutorial/build.sh

This file was deleted.

0 comments on commit 1b0c28a

Please sign in to comment.