Sync Markdown in Github to Notion
Version updated for https://github.com/Fencer-Security/nogisync to version v1.3.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The nogisync GitHub Action automates the synchronization of markdown files from a GitHub repository to a Notion workspace, preserving the directory structure as a hierarchical page layout in Notion. It simplifies content management by creating or updating Notion pages based on YAML frontmatter titles, while also offering features like provenance callouts linking back to GitHub and configurable parallel syncing. The action supports multiple directory inputs and allows users to choose between two sync methods: markdown or block-based conversion.
Release notes
What’s Changed
- Support multiple directories and default to markdown sync by @timols in https://github.com/Fencer-Security/nogisync/pull/13
Full Changelog: https://github.com/Fencer-Security/nogisync/compare/v1.2.0...v1.3.0