Skip to content

Commit

Permalink
Merge pull request #38 from scottyhq/cleanup
Browse files Browse the repository at this point in the history
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
e-marshall authored Feb 23, 2024
2 parents 44ceb37 + 210d5a5 commit 7e06a66
Show file tree
Hide file tree
Showing 92 changed files with 8 additions and 30,669 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
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]
Expand Down
Binary file removed _build/.doctrees/References.doctree
Binary file not shown.
Binary file removed _build/.doctrees/Summary.doctree
Binary file not shown.
Binary file removed _build/.doctrees/Untitled.doctree
Binary file not shown.
Binary file removed _build/.doctrees/content.doctree
Binary file not shown.
Binary file removed _build/.doctrees/environment.pickle
Binary file not shown.
1 change: 0 additions & 1 deletion _build/.doctrees/glue_cache.json

This file was deleted.

Binary file removed _build/.doctrees/intro.doctree
Binary file not shown.
Binary file removed _build/.doctrees/markdown-notebooks.doctree
Binary file not shown.
Binary file removed _build/.doctrees/markdown.doctree
Binary file not shown.
Binary file removed _build/.doctrees/mymarkdownfile.doctree
Binary file not shown.
Binary file removed _build/.doctrees/new_velocity_data.doctree
Binary file not shown.
Binary file removed _build/.doctrees/notebooks.doctree
Binary file not shown.
Binary file removed _build/.doctrees/readme.doctree
Binary file not shown.
Binary file removed _build/.doctrees/software.doctree
Binary file not shown.
Binary file removed _build/.doctrees/zonal_statistics_newdata.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions _build/html/.buildinfo

This file was deleted.

Loading

0 comments on commit 7e06a66

Please sign in to comment.