BryanSchuetz / jekyll-deploy-gh-pages

A GitHub Action for building a Jekyll site (with custom plugins) and deploying it back to your gh-pages branch.
118 stars 60 forks source link

Run action in sub directory #11

Open Carlgo11 opened 4 years ago

Carlgo11 commented 4 years ago

Hello, is it possible to run this action inside a sub directory instead of the project's root dir? An environment variable that specifies the directory to work in would be nice.

BryanSchuetz commented 4 years ago

I've had a couple other people request this, so will look at adding it.

ghost commented 2 years ago

I've never used any action before. Where is this supposed to go anyway? I thought it was in .github/workflows... but there's already a github-pages.yml. Not sure if adding a main.yml there would do anything??

I'm having trouble with the "Forty" theme if it matters.