This commit is contained in:
Ciro Santilli
2021-09-12 17:10:57 +01:00
parent 0cfdaf75c5
commit f39c10b9f1

4
push
View File

@@ -47,7 +47,7 @@ multipage-fixup "$gh_pages_dir"
if ! $dry_run; then if ! $dry_run; then
git -C "$gh_pages_dir" add . git -C "$gh_pages_dir" add .
if git -C "$gh_pages_dir" commit -m "$(git log -1 --format="%H")"; then if git -C "$gh_pages_dir" commit -m "$(git log -1 --format="%H")"; then
git -C "$gh_pages_dir" push git -C "$gh_pages_dir" push -f
fi fi
fi fi
@@ -66,6 +66,6 @@ multipage-fixup "$gl_pages_public_dir"
if ! $dry_run; then if ! $dry_run; then
git -C "$gl_pages_dir" add . git -C "$gl_pages_dir" add .
if git -C "$gl_pages_dir" commit -m "$(git log -1 --format="%H")"; then if git -C "$gl_pages_dir" commit -m "$(git log -1 --format="%H")"; then
git -C "$gl_pages_dir" push git -C "$gl_pages_dir" push -f
fi fi
fi fi