Skip to content

Commit

Permalink
hats -> das
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Jan 5, 2024
1 parent 153091f commit 1095a81
Show file tree
Hide file tree
Showing 50 changed files with 37 additions and 5,741 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
# Build the book
- name: Build the book
run: |
jupyter-book build machine-learning-hats
jupyter-book build machine-learning-das
# Deploy the book's HTML to gh-pages branch
- name: GitHub Pages action
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: machine-learning-hats/_build/html
publish_dir: machine-learning-das/_build/html
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*.pyc
**/.DS_Store

machine-learning-hats/_build
machine-learning-hats/notebooks/*
!machine-learning-hats/notebooks/*.ipynb
!machine-learning-hats/notebooks/*.md
machine-learning-das/_build
machine-learning-das/notebooks/*
!machine-learning-das/notebooks/*.ipynb
!machine-learning-das/notebooks/*.md

124 changes: 0 additions & 124 deletions 0-setup-libraries.ipynb

This file was deleted.

146 changes: 0 additions & 146 deletions 1-datasets.ipynb

This file was deleted.

Loading

0 comments on commit 1095a81

Please sign in to comment.