Skip to content

Commit

Permalink
Clean up examples first and move new in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Nov 21, 2023
1 parent 49d141d commit 4f205ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ansys_lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
run: |
import glob
import os
for example in glob.iglob('*.ipynb'):
os.remove(example)
- name: "Download Release Asset - HTML"
uses: dsaltares/fetch-gh-release-asset@1.1.0
Expand All @@ -44,6 +47,7 @@ jobs:
- name: "Extract ipynb examples"
shell: python
run: |
import glob
import os
import shutil
import zipfile
Expand Down

0 comments on commit 4f205ea

Please sign in to comment.