Skip to content

Commit 6f5e3bc

Browse files
committed
index fixing
1 parent 5a612be commit 6f5e3bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/sync-logseq-content.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ jobs:
4444
# Copy all .md files from Logseq pages/
4545
cp -r "$SOURCE"/. "$DEST"/
4646
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-
5147
# Count files after
5248
after=$(find "../$DEST" -name "*.md" ! -name "index.md" | wc -l)
5349
echo "files_before=$before" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)