File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,13 +48,18 @@ jobs:
4848 steps :
4949 - name : Checkout
5050 uses : actions/checkout@v4
51+ - name : Setup Ruby
52+ uses : ruby/setup-ruby@v1
53+ with :
54+ ruby-version : ' 3.3' # Recommended for Jekyll 4.4 in 2026
55+ bundler-cache : true # Runs 'bundle install' and caches gems automatically
56+ working-directory : ./docs/jekyll
5157 - name : Setup Pages
5258 uses : actions/configure-pages@v5
5359 - name : Build with Jekyll site in /docs/jekyll
54- uses : actions/jekyll-build-pages@v1
55- with :
56- source : ./docs/jekyll
57- destination : ./_site
60+ run : bundle exec jekyll build --source ./docs/jekyll --destination ./_site
61+ env :
62+ JEKYLL_ENV : production
5863 - name : Upload artifact
5964 uses : actions/upload-pages-artifact@v3
6065
Original file line number Diff line number Diff line change @@ -49,6 +49,10 @@ Feat 006 (#23)
4949### 🐛 Fixed
5050
5151- * (template)* Updates to template cookiecutter.json file.
52+
53+ ### 🚀 Added
54+
55+ - * (cla)* CLA documentation and much more. Getting project contribution guidelines setup.
5256## [ 0.1.0] - 2025-12-05
5357
5458### ⚙️ Miscellaneous
Original file line number Diff line number Diff line change @@ -49,3 +49,7 @@ Feat 006 (#23)
4949### 🐛 Fixed
5050
5151- * (template)* Updates to template cookiecutter.json file.
52+
53+ ### 🚀 Added
54+
55+ - * (cla)* CLA documentation and much more. Getting project contribution guidelines setup.
Original file line number Diff line number Diff line change 44 "author" : " Jared Cook" ,
55 "email" : " jcook3701+github@gmail.com" ,
66 "version" : " 0.1.0" ,
7+ "timezone" : [
8+ " America/Los_Angeles"
9+ ],
710 "description" : " Cookiecutter documentation for future project Github Wiki Pages." ,
811 "theme" : [
912 " just-the-docs/just-the-docs@v0.11.0" ,
You can’t perform that action at this time.
0 commit comments