Skip to content

Commit

Permalink
added -p flag to mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
bendominguez0111 committed Jul 28, 2023
1 parent 83a9ece commit f8cd424
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Convert Notebooks and Rmds
run: |
mkdir dist
mkdir -p dist
for notebook in submissions/**/*.ipynb; do
jupyter nbconvert --to html $notebook --output-dir dist
done
Expand Down
Empty file added index.html
Empty file.

0 comments on commit f8cd424

Please sign in to comment.