Skip to content

Commit

Permalink
Remove broken workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelLyra8 committed Jan 16, 2024
1 parent 831b6b4 commit 27cadef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,12 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v3

- name: Checkout
run: ls

- name: Install siriushla
run: pip install pyqt-apps/

- name: Install dependencies
run: pip install -r pyqt-apps/docs/doc_requirements.txt

- name: Go to Source Folder
run: cd source

- name: Build HTML
run: sphinx-build -b html pyqt-apps/docs/source/ public

Expand Down

0 comments on commit 27cadef

Please sign in to comment.