Skip to content

Commit

Permalink
explicitly preserve index_files
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Aug 9, 2023
1 parent 62fa28a commit 7d5bdac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/render_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: .
clean: false
clean-exclude: index_files/*

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
index.html
*_files/
index_files/
.DS_Store

0 comments on commit 7d5bdac

Please sign in to comment.