-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Struggling to host a txt file #120
Comments
Jekyll automatically removes files and directories that start with a dot. Add a _config.yml file with:
Something like that would help the last TXT file. The others don't give me a 404. |
@parkr Thanks for your quick response. The other txt files work for me too - I probably tried them before they were fully deployed earlier. I already had a https://github.com/tjrobinson/ageukreading-mta-sts/blob/main/_config.yml |
I was being an idiot - I was missing the T in MTA. So had been looking at Started again, and it's all good now: https://github.com/tjrobinson/mta-sts.ageukreading.org.uk/ |
I am trying to host a txt file using this action but struggling. Is there anything I can configure to get it to include txt files when generating the site?
The repository is:
https://github.com/tjrobinson/ageukreading-mta-sts/
The workflow is this, unaltered from the sample:
https://github.com/tjrobinson/ageukreading-mta-sts/blob/main/.github/workflows/jekyll-gh-pages.yml
I'm unable to get it to serve any of these files:
https://ma-sts.ageukreading.org.uk/test.txt
https://ma-sts.ageukreading.org.uk/testdir/test2.txt
https://ma-sts.ageukreading.org.uk/.well-known/ma-sts.txt
I can serve a HTML file though:
https://ma-sts.ageukreading.org.uk/htmltest.html
Many thanks!
The text was updated successfully, but these errors were encountered: