Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for making this program!
Update suggestion:
I got it working by removing npm and Node.js
rename api_key to api_token
reorder api_token, dist_dir, cleanup, protected_files
change name to public/
rename master to main
Remember to add your actual API key to your repository > settings > security > secrets and variables
Add the yaml file in your repository > Actions > "new workflow file" (or add it in the .github/workflows folder)
Also if anyone knows, I'm not sure if it was safe for me to remove node.js and npm, but it seems to still work without it.
working edition:
original:
Beta Was this translation helpful? Give feedback.
All reactions