We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4dad7 commit 135162bCopy full SHA for 135162b
.github/workflows/publish-latest-minor-gh-pages.yml
@@ -51,10 +51,10 @@ jobs:
51
echo "Copying static files into place..."
52
cp -R charts domains "$GITHUB_WORKSPACE/WORK"
53
cd $GITHUB_WORKSPACE/gh-pages
54
- find . -maxdepth 1 -mindepth 1 -not -name '[0-9]*' -exec rm -Rf {} \;
+ find . -maxdepth 1 -mindepth 1 -not -name '[0-9]*' -not -name '.git*' -exec rm -Rf {} \;
55
cp -R $GITHUB_WORKSPACE/WORK/* .
56
git config --global user.name "github-actions[bot]"
57
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
58
git add --all
59
git commit -m "Documentation update from publish GitHub Action"
60
- git push origin gh-pages
+ git push origin gh-pages
0 commit comments