leoncvlt / loconotion

📄 Python tool to turn Notion.so pages into lightweight, customizable static websites
831 stars 133 forks source link

CI/CD deployment to github pages #119

Open sueszli opened 2 years ago

sueszli commented 2 years ago

As done here:

https://github.com/timovv/notion-website-template https://github.com/MerkulovDaniil/NotoCourse https://github.com/MerkulovDaniil/notion4ever

2m commented 2 years ago

I also have a few examples of such automation:

https://github.com/2m/nemunasring/ https://github.com/2m/blog

sueszli commented 2 years ago

One could also run something like this automatically on every change detected on a website: https://github.com/5hay/sub2notion

asmodat commented 1 year ago

Auto deployment instructions to IPFS & github pages here with repo example at the end: https://twitter.com/asmodat/status/1611794050147061766

sueszli commented 1 year ago

@2m do you think I could build something similar for https://github.com/sueszli/notionSnapshot/? I haven't worked with docker containers before so I would just paste the steps from my tutorial into my ci/cd pipeline.