Skip to content

Commit

Permalink
Add listening to ephys processing tutorial (#180)
Browse files Browse the repository at this point in the history
* Add listening to ephys processing tutorial
---------

Co-authored-by: bparks13 <[email protected]>
Co-authored-by: Ceci Herbert <[email protected]>
  • Loading branch information
3 people authored Jan 17, 2025
1 parent 0c88211 commit 173e69a
Show file tree
Hide file tree
Showing 23 changed files with 1,897 additions and 495 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,20 @@ jobs:
with:
name: _site
path: _site


- name: Restore lychee cache
uses: actions/cache@v4
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
restore-keys: cache-lychee-

# This checks for missing / broken links in the *.html files after building the website.
# We need to run this step here to check that all auto-generated API pages have valid links too.
- name: Check HTML Links After Building
uses: lycheeverse/lychee-action@v1.10.0
uses: lycheeverse/lychee-action@v2
with:
args: --verbose --no-progress --base _site --exclude ^https://github\.com.*merge.* --exclude ^https://github\.com.*apiSpec.* '_site/**/*.html'
args: --verbose --no-progress --base _site --exclude ^https://github\.com.*merge.* --exclude ^https://github\.com.*apiSpec.* --max-retries 0 --max-concurrency 32 --cache --max-cache-age 1d '_site/**/*.html'
fail: true

deploy:
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ _*/
*.exe
*.exe.old
*.exe.settings
Packages
Packages

## Lychee cache
.lycheecache
144 changes: 0 additions & 144 deletions articles/tutorials/basic-ephys-processing.md

This file was deleted.

Loading

0 comments on commit 173e69a

Please sign in to comment.