Skip to content

Commit

Permalink
dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
pavan-kalyan committed Nov 19, 2023
1 parent 3424ede commit 4aa8d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ yarn install --modules-folder ./_assets/yarn
bundle exec jekyll build --config _config.yml,_secret.yml

# Delete and move files.
find . -maxdepth 1 ! -name '_site' ! -name '.git' ! -name '.gitignore' -exec rm -rf {} \;
find . -maxdepth 1 ! -name '_site' ! -name '.git' ! -name '.gitignore' ! -name '_secret.yml' -exec rm -rf {} \;
mv _site/* .
rm -R _site/

Expand Down

0 comments on commit 4aa8d4d

Please sign in to comment.