Skip to content

Troubleshooting GitHub Pages Deployment

daninus14 edited this page Feb 14, 2024 · 1 revision

Solution

The deployment works with the usual coleslaw deploy.

Troubleshooting

If you ran deploy once before, that may prevent the github deployment from working.

  1. You should make sure to save the current state of your repository
  2. Delete the deploy/ directory
  3. Try deploying again, this time you should notice that the script is creating a new repository with its own .git directory under deploy, and it should be pushed to gh-pages.
  4. Make sure all the settings in the configuration file are set up correctly.
Clone this wiki locally