Skip to content

Commit

Permalink
minor example ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper committed Sep 17, 2024
1 parent 1533d0a commit ac21a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on:
- main
paths:
- 'src/**'
- 'examples/jupyter-src/**'
- 'examples/pluto-src/**'
- 'examples/**'
- '.github/workflows/Example.yml'
- 'Project.toml'

Expand Down Expand Up @@ -79,7 +78,7 @@ jobs:
command: |
git fetch --all
git stash clear
git stash --include-untracked -- ${{ env.EXAMPLES_PATH }}
git stash --include-untracked -- ${{ env.EXAMPLES_PATH }}/${{ matrix.file-name }}*
git switch examples
git reset --hard origin/examples
rm -r ${{ env.EXAMPLES_PATH }}/${{ matrix.file-name }}*
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ LocalPreferences.toml
tmp/
build/
.vscode/
examples/src/.ipynb_checkpoints/
examples/jupyter-src/.ipynb_checkpoints/

0 comments on commit ac21a49

Please sign in to comment.