File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1919# Ignore coverage file
2020.coverage
2121
22+ # Ignore testing related files
23+ .pytest_cache /*
24+
2225# Ignore temp file for linter output
2326_lint.txt
2427
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ install:
3333 # --depth 1 is a speed optimization since we don't need the
3434 # history prior to the last commit
3535 # -b gh-pages fetches only the branch for the gh-pages
36- git clone -b gh-pages --single-branch --no-checkout --depth 1 https://github.com/voytekresearch /fooof _build/tmp_html
36+ git clone -b gh-pages --single-branch --no-checkout --depth 1 https://github.com/fooof-tools /fooof _build/tmp_html
3737 touch _build/tmp_html/.nojekyll
3838 make html
3939 cd _build/ && \
You can’t perform that action at this time.
0 commit comments