Skip to content

nature-of-code/fetch-notion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetch-notion

Github action that imports nature-of-code content on Notion as static HTMLs.

Inputs

notion-secret

Required The access secret for notion.

notion-database-id

Required The id of the content database.

output-folder

The output folder for HTMLs. Default content/.

Example usage

uses: nature-of-code/fetch-notion@main
with:
  notion-secret: ${{ secrets.NOTION_SECRET }}
  notion-database-id: ${{ secrets.NOTION_DATABASE_ID }}

About

Github action that imports `nature-of-code` content on Notion as static HTMLs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published