Open bbonora opened 8 months ago
Hello @bbonora, I think it's related to the way Pages are deployed : to use the method provided by the example you must enable the option "Publishing with a custom GitHub Actions workflow" (https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow).
Tell me if it's OK for you and I will update the Readme accordingly.
Hello,
Thanks for putting this together. I've really been loving using Cecil and think it's a great static site generator.
I wanted to use Github Actions to deploy my Cecil site to Github Pages. I cut and pasted the example workflow file contained in the
Readme.md
into my.github/workflows
folder on my project but I'm getting strange results. When the action runs I'm seeing two workflows being executed - One is calledBuild and deploy to GitHub Pages
and the other is calledpages-build-deploy
. I can't find this workflow anywhere in my workflows file and I think it's building a Jekyll site instead of a Cecil site. Below I've included a screenshot of what I'm seeing along with my workflow file. Any help would be much appreciated.