GitHub Actions provide CI/CD support, which might interest many GitHub users. I’ve applied for this feature a week ago. Luckily, my application for the trial was approved by GitHub. Tonight, I’ve found the motivation for making my first step in my forked repo VincentTam/beautiful-jekyll.
My setup:
- Clicked on the “Action” tab of the repo.
- Chose the workflow file template for Jekyll.
- Added a slash
/in front ofsrvinchmod 777 srv/jekyll, so as to fix the “no such file or directory” error. - Added the parameter
repository: {your repo name}in the site config file_config.yml.
The action should be successfully configured.
Observations:
- Setting repository name by the
envvariablePAGES_REPO_NWOundernamedidn’t work.