Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
Update upgrade.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamel Husain authored Mar 3, 2020
1 parent 09c57f6 commit e8eab5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
# remove files you don't want to copy from current version of fastpages
cd new_files
rm -rf _posts _notebooks _word images
rm *.md CNAME action.yml _config.yml LICENSE favicon.ico
rm *.md CNAME action.yml _config.yml LICENSE
rm .github/workflows/chatops.yaml
rm .github/ISSUE_TEMPLATE/bug.md .github/ISSUE_TEMPLATE/feature_request.md
# copy new files from fastpages into your repo
for file in $(ls | egrep -v "(assets|search.html|tags.html)"); do
for file in $(ls | egrep -v "(assets)"); do
if [[ -f "$file" ]] || [[ -d "$file" ]]
then
echo "copying $file";
Expand Down

0 comments on commit e8eab5a

Please sign in to comment.