Closed tostaylo closed 4 years ago
Hi,
You are missing one crucial step in your workflow. Before doing anything in github actions you have to checkout your git repo with - uses: actions/checkout@master
.
See the example in the README for more details.
Guess I should read the docs better. Thank you. Please delete this from the internet so the world will not see my mistake. :)
No worries @tostaylo, happens to all of us.
I am using the Sam theme for my Zola project. I added the theme to my project with
However, I am receiving the following error.
Here is my .yaml
Any thoughts?