Skip to content

Commit

Permalink
Merge pull request #3 from neuroinformatics-unit/copy-img-to-build
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder authored Aug 9, 2023
2 parents 862e87d + 3ca8b09 commit 01625c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/render_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
mv index.html build/
mv index_files build/
touch build/.nojekyll
cp -r img build/
- name: Deploy
if: github.event_name == 'push' && github.ref_type == 'tag'
Expand Down
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ from pathlib import Path
print("Hello world")
```

## You can execute cold without showing that you have by using #|echo: false
## You can execute code without showing that you have by using #|echo: false
```{python}
#| echo: false
Expand Down

0 comments on commit 01625c3

Please sign in to comment.