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 5bee2fa commit ced5a75Copy full SHA for ced5a75
.github/workflows/build_docs.yaml
@@ -73,7 +73,6 @@ jobs:
73
git checkout --orphan gh-pages-tmp
74
git rm --quiet -rf .
75
cp -r /tmp/site/* .
76
- echo "https://alibaba.github.io/paimon-cpp" > CNAME
77
git add --all
78
git commit -m "Publish docs from commit ${{ github.sha }}"
79
git push -f origin gh-pages-tmp:gh-pages
0 commit comments