jeffreytse / jekyll-deploy-action

🪂 A Github Action to deploy the Jekyll site conveniently for GitHub Pages.
MIT License
329 stars 44 forks source link

Do I need this project structure? #50

Closed etcware closed 1 year ago

etcware commented 1 year ago

Sorry if I use an issue for a question: I created the .github/workflows/build-jekyll.yml in my jekyll project, I pushed it to github, I created gh-pages branch. Workflow run correctly. But it doesn't work: after workflow run gh-pages branch is empty. This is my project structure:

Schermata 2022-07-27 alle 11 23 23

Do I need to inglobe my project in jekyll-deploy-action project structure? If yes do I need to mantain your Gemfile actions?

etcware commented 1 year ago

The problem was in the PAT I created, it didn't have the right permissions