Skip to content

Commit

Permalink
remove old manual build script from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Oct 2, 2024
1 parent 73588ff commit a05f928
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
run: |
cd docs
./build-docs.sh
cd ../manual
./build_manual.sh
- name: Save documentation
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
run: |
cd docs
./build-docs.sh
cd ../manual
./build_manual.sh
- name: Save documentation
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a05f928

Please sign in to comment.