FAQ

How long does it take for the site to update?
The GitHub Actions build itself takes about ~25 seconds to run. It is generally expected for your site to update around that duration, and take not more than a minute.
What environment is used to build and deploy the site?
From the Actions workflow file, it can be seen that we install neuron using GitHub’s artifact storage in Srid’s repo srid/neuron, as well as use the peaceiris/actions-gh-pages action to push the built site to the gh-pages branch, that in turn gets deployed to GitHub’s servers.
Can I use my own domain name?
Yes, you can set the CNAME in publish.yaml.