-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from scottyhq/cleanup
Remove static build directories in main branch - build is still failing but I'll try to address that after merging since i made a change on my end to the env yml
- Loading branch information
Showing
92 changed files
with
8 additions
and
30,669 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 |
---|---|---|
|
@@ -29,18 +29,18 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
#- name: Codespell with annotations | ||
# uses: codespell-project/[email protected] | ||
|
||
|
||
- name: Install Conda Environment | ||
uses: mamba-org/provision-with-micromamba@v13 | ||
uses: mamba-org/setup-micromamba@v1 | ||
with: | ||
environment-file: /binder/environment.yml | ||
cache-env: true | ||
cache-env-key: ubuntu-latest-3.10 | ||
generate-run-shell: false | ||
cache-environment: true | ||
|
||
- name: Build Jupyter Book | ||
run: | | ||
|
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Jupyterbook | ||
_build | ||
_static | ||
|
||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.