You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 called Build and deploy to GitHub Pages and the other is called pages-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.
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.The text was updated successfully, but these errors were encountered: