I'm trying to create a github page using jekyll alfolio. I forked the repo from their account and cloned it and made some changes, then i pushed it to my repository and "pages-build-deployment" fails but the "deploy" not and it seems the deploy works well. don't know whats the problem. it would be great if someone help me with this.
if you guys any more information, let me know.
thanks in advance.
CodePudding user response:
I found the solution to this problem.
I added the following part to .github/workflow/deploy.yml
:
- name: Fix permission
run: |
chmod a x bin/*
git commit -am "add permission"
then I deployed it using bin/deploy --user
.