We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a612be commit 6f5e3bcCopy full SHA for 6f5e3bc
.github/workflows/sync-logseq-content.yml
@@ -44,10 +44,6 @@ jobs:
44
# Copy all .md files from Logseq pages/
45
cp -r "$SOURCE"/. "$DEST"/
46
47
- # Restore index.md if it was overwritten (Quartz needs its own index)
48
- cd quartz-site
49
- git checkout HEAD -- content/index.md 2>/dev/null || true
50
-
51
# Count files after
52
after=$(find "../$DEST" -name "*.md" ! -name "index.md" | wc -l)
53
echo "files_before=$before" >> $GITHUB_OUTPUT
0 commit comments