Closed mapa17 closed 2 years ago
cp: no such file or directory
It just says that there are no dotfiles to deploy. I will improve those unkind log messages in #300.
Your deployment looks good except that.
Your public folder in the master branch should be ignored from Git control. Please add it .gitignore
The github pages has been configured incorrectly, using the wrong branch for deploying the web page.
It was set to master
instead of gh-page
.
I was not aware that github actions read from master, build the static page and push the static page to gh-pages where it is read for 'deployment'.
Checklist
Describe your question
The deployed paged seems to contain the "raw" repository and not the generated static pages.
Relevant links
Relevant log output
Additional context.
I am very sorry if there is essential information missing. I already spend hours on this without any progress.
In the github action logs, what confuses me is the failing of a copy statement hat should read from the public folder containing the compiled page.