Skip to content

Commit 94362a4

Browse files
committed
Fix snapshot persistence without session pages
1 parent b02a209 commit 94362a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: ${{ steps.deployment-decision.outputs.should_deploy == 'true' && env.FEISHU_APP_ID != '' && env.FEISHU_APP_SECRET != '' }}
7474
shell: bash
7575
run: |
76-
git add -- docs/sessions docs/wiki docs/.vitepress/data/generated docs/public/feishu
76+
git add -A -- docs
7777
if git diff --cached --quiet; then
7878
exit 0
7979
fi

0 commit comments

Comments
 (0)