We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f80de commit 6154491Copy full SHA for 6154491
.github/workflows/gh-pages.yml
@@ -39,6 +39,7 @@ jobs:
39
git fetch origin ${PUBLISH_BRANCH}
40
git checkout ${PUBLISH_BRANCH}
41
find "${GITHUB_WORKSPACE}/${PUBLISH_DIR}" -maxdepth 1 | tail -n +2 | xargs -I % cp -rf % "."
42
+ cd ${GITHUB_WORKSPACE}
43
git add --all
44
git commit --allow-empty -m "Automated deployment: $(date -u) ${GITHUB_SHA}"
- git push origin ${PUBLISH_BRANCH}
45
+ git push origin ${PUBLISH_BRANCH}
0 commit comments