NiceDoc Template
This is a template NiceDoc project.
How to use
- Copy these files to your project
- ssh-keygen -f deploykey and create a key with no passphrase just hit Enter until its all done
- Go to Actions Secrets in your repo
- Copy the contents of deploykey into a variable named DEPLOYKEY
- Go to settings>security>deploy keys
- Click on create new deploy key and copy the contents of deploykey.pub into the textbox and check "Allow Write Access"
- Create a gh-pages branch in your project and push it.
- ssh-keygen -f signingkey
- Go to Actions Secrets in your repo
- Copy the contents of signingkey into a variable named SIGNINGKEY
- Push the files to your main repo