Closed ABRG-Models closed 10 months ago
Update: I changed the action .yml file, copying it from a newly created template using this just-the-docs-template. It now looks like this:
https://github.com/ABRG-Models/morphologica/actions/runs/7287086163/workflow
With an error about the url:
https://github.com/ABRG-Models/morphologica/actions/runs/7287086163/job/19857021708
I added a url to the _config.yml and it works. Excellent.
Glad you've figured it out!
(any suggestions on places we could improve our docs?)
Hi I'm following 'Modify the GitHub Actions workflow' in
https://github.com/just-the-docs/just-the-docs-template/blob/main/README.md
I get this error:
https://github.com/ABRG-Models/morphologica/actions/runs/7286458464/job/19855212486
(not sure if this is public)
My action yml is:
https://github.com/ABRG-Models/morphologica/blob/9b703edbffdf4393442fb854dbcc8252a3dcf43e/.github/workflows/jekyll-gh-pages.yml
I want to build a site from files in docs/ in my existing code repo 'morphologica'
Any idea how to fix?