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 b02a209 commit 94362a4Copy full SHA for 94362a4
1 file changed
.github/workflows/deploy-pages.yml
@@ -73,7 +73,7 @@ jobs:
73
if: ${{ steps.deployment-decision.outputs.should_deploy == 'true' && env.FEISHU_APP_ID != '' && env.FEISHU_APP_SECRET != '' }}
74
shell: bash
75
run: |
76
- git add -- docs/sessions docs/wiki docs/.vitepress/data/generated docs/public/feishu
+ git add -A -- docs
77
if git diff --cached --quiet; then
78
exit 0
79
fi
0 commit comments