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

How to use using _site build directory. Or How to set build as destination #4

Closed sujaykundu777 closed 5 years ago

sujaykundu777 commented 5 years ago

Hey Thanks for creating the action, can you help in setting up the "build" as destination directory

BryanSchuetz commented 5 years ago

If you're using Jekyll, you can set your destination directory to build in the _config.yml file.