mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
publish-gh-pages: include gitignore
This commit is contained in:
@@ -4,9 +4,13 @@ set -eu
|
||||
git push
|
||||
./build-doc --github-pages
|
||||
git checkout gh-pages
|
||||
git checkout master -- '*.png' _config.yml
|
||||
git checkout master -- \
|
||||
.gitignore \
|
||||
'*.png' \
|
||||
_config.yml \
|
||||
;
|
||||
cp out/README.html index.html
|
||||
git add index.html
|
||||
git commit --message "$(git log -n1 --pretty='%H' master)"
|
||||
git push --force
|
||||
git push
|
||||
git checkout -
|
||||
|
||||
Reference in New Issue
Block a user