Replies: 1 comment 1 reply
-
Were you taking the output generated from the build and deploying that to GitHub pages? Example main.yml |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Mr Glick (and anybody else) 👋
I have a thoroughly confusing issue to which I can't find a solution. Namely, that when I build and run Statiq.Web to generate a static site locally with
dotnet run -c Release -- preview
, the blog post files are processed and added to the produced website, which I can observe by checking the version served on localhost. When I run the GitHub action to deploy to GitHub pages, however, the blog post files seem to be skipped over for some reason in the processing, and thus they aren't output and the resulting site doesn't include them. I can't for the life of me work out what the difference is that is causing this, though.You can see the repo in question here (that points to the current HEAD as of the time of writing). I even set the log level to
Debug
to see if that would generate further insights, but I couldn't find anything relevant. The end of the Inputs phase just says that there were two fewer output documents than input documents. The numbers match, however, on the local run.Do you have any ideas what might be causing the difference in behaviour? Or how I could try to debug this further? Or indeed how I might resolve the issue?
Beta Was this translation helpful? Give feedback.
All reactions