Skip to content

Commit

Permalink
added docs copying to git workflow and removed duplicate files
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwu committed Apr 19, 2022
1 parent 63b761c commit ed2b8c9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2,897 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

name: Python

env:
LINEAPY_DO_NOT_TRACK: true

on:
push:
branches: [main]
Expand Down Expand Up @@ -30,6 +33,8 @@ jobs:
lfs: true
# Don't check out submodules, they are not needed to run the tests by default
# submodules: "recursive"
- name: "copy example notebooks to docs"
run: cp examples/tutorials/*.ipynb docs/source/tutorials/
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -59,6 +64,3 @@ jobs:
- uses: pre-commit/action@v2.0.3
with:
extra_args: ${{ matrix.id }} --all-files

env:
LINEAPY_DO_NOT_TRACK: true
Loading

0 comments on commit ed2b8c9

Please sign in to comment.