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 03ce651 commit 7e769ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansys_lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
for example in glob.iglob('*.ipynb'):
os.remove(example)
if not "examples" in os.listdir(os.getcwd())
os.mkdir(os.path.join(os.getcwd()+"examples"))
if not "examples" in os.listdir(os.getcwd()):
os.mkdir(os.path.join(os.getcwd()+"examples"))
- name: "Download Release Asset - HTML"
uses: dsaltares/[email protected]
Expand Down

0 comments on commit 7e769ff

Please sign in to comment.