Skip to content

Commit

Permalink
web-preview: list the files to checkout one by one
Browse files Browse the repository at this point in the history
  • Loading branch information
jkremser committed Oct 19, 2021
1 parent d6364a2 commit c3b2198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ website:
git config remote.origin.url || git remote add -f -t gh-pages origin https://github.com/k8gb-io/k8gb ;\
git fetch origin gh-pages:gh-pages ;\
git checkout gh-pages ;\
git checkout - {README,CONTRIBUTING,CHANGELOG}.md docs/ ;\
git checkout - README.md CONTRIBUTING.md CHANGELOG.md docs/ ;\
mv CNAME EMANC ;\
bundle install ;\
bundle exec jekyll build ;\
Expand Down

0 comments on commit c3b2198

Please sign in to comment.