Github action that imports nature-of-code
content on Notion as static HTMLs.
Required The access secret for notion.
Required The id
of the content database.
The output folder for HTMLs. Default content/
.
uses: nature-of-code/fetch-notion@main
with:
notion-secret: ${{ secrets.NOTION_SECRET }}
notion-database-id: ${{ secrets.NOTION_DATABASE_ID }}