darobin / notion-backup

Simple command to backup a Notion workspace
MIT License
425 stars 63 forks source link

Can't find backup files - Nothing to commit #8

Open napter opened 3 years ago

napter commented 3 years ago

When I run the action, everything seems to run successfully and I get an email from Notion. The backup step ends with "Pages exported: 991" and then it deletes the zips, and runs commit. However, I do not see any backup files added to the repo. On the commit step it shows this:

Run elstudio/actions-js-build/commit@v3 /usr/bin/docker run [ ... ] Checking for uncommitted changes in the git working tree. 0 Working tree clean. Nothing to commit.

I assume nothing is added because it says nothing to commit - any idea how I can resolve this?

Thank you

Sukitly commented 2 years ago

remove markdown ignore statement in .gitignore works for me