Checklist
Describe your question
I have a personal repo and I want deploy this site. But I can't due to The requested URL returned error: 403 error. Why it happens? What am I missing to successfully deploy my site? As I understand:
- site is being built to
public folder
- this folder contents is pushed to
gh-pages
gh-pages is used to deploy site
Is it right? Why there is no gh-pages branch created after any new commit?
Relevant links
Public repository: https://github.com/EmilySeville7cfg/EmilySeville7cfg.github.io
YAML config: https://github.com/EmilySeville7cfg/EmilySeville7cfg.github.io/blob/master/config.yml
YAML workflow: https://github.com/EmilySeville7cfg/EmilySeville7cfg.github.io/blob/master/.github/workflows/cd.yml
Relevant log output
https://github.com/EmilySeville7cfg/EmilySeville7cfg.github.io/runs/6324319546?check_suite_focus=true#step:5:106
Additional context.
No response
Checklist
Describe your question
I have a personal repo and I want deploy this site. But I can't due to
The requested URL returned error: 403error. Why it happens? What am I missing to successfully deploy my site? As I understand:publicfoldergh-pagesgh-pagesis used to deploy siteIs it right? Why there is no
gh-pagesbranch created after any new commit?Relevant links
Relevant log output
https://github.com/EmilySeville7cfg/EmilySeville7cfg.github.io/runs/6324319546?check_suite_focus=true#step:5:106
Additional context.
No response