-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed _build directory from documentation
- Loading branch information
1 parent
989c91c
commit 488d085
Showing
55 changed files
with
34 additions
and
9,336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Deploy Documentation | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up Python | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: '3.x' | ||
|
||
- name: Install dependencies | ||
run: | | ||
pip install sphinx sphinx_rtd_theme | ||
- name: Build the documentation | ||
run: | | ||
cd docs | ||
make html | ||
- name: Deploy to GitHub Pages | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./docs/_build/html |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-17.4 KB
docs/_build/doctrees/source/protac_degradation_predictor.optuna.doctree
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
docs/_build/html/_sources/source/protac_degradation_predictor.optuna.rst.txt
This file was deleted.
Oops, something went wrong.
85 changes: 0 additions & 85 deletions
85
docs/_build/html/_sources/source/protac_degradation_predictor.rst.txt
This file was deleted.
Oops, something went wrong.
123 changes: 0 additions & 123 deletions
123
docs/_build/html/_static/_sphinx_javascript_frameworks_compat.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.