File tree Expand file tree Collapse file tree
{{ cookiecutter.project_slug }} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,13 +60,10 @@ jobs:
6060 ruby-version : ' 3.3' # Recommended for Jekyll 4.4 in 2026
6161 bundler-cache : true # Runs 'bundle install' and caches gems automatically
6262 working-directory : ./docs/jekyll
63- - name : Install Ruby Packages
64- run : |
65- make ruby-install
6663 - name : Setup Pages
6764 uses : actions/configure-pages@v5
6865 - name : Build with Jekyll site in /docs/jekyll
69- run : make build-docs
66+ run : make jekyll
7067 env :
7168 PAGES_REPO_NWO : ${{ github.repository }}
7269 JEKYLL_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ Feat 012 (#39)
124124### 🐛 Fixed
125125
126126- * (template)* Updates to template cookiecutter.json file.
127+ - * (makefile)* Emoji for documentation fixed.
127128## [ 0.1.0] - 2025-12-05
128129
129130### ⚙️ Miscellaneous
Original file line number Diff line number Diff line change @@ -124,3 +124,4 @@ Feat 012 (#39)
124124### 🐛 Fixed
125125
126126- * (template)* Updates to template cookiecutter.json file.
127+ - * (makefile)* Emoji for documentation fixed.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ JEKYLL_SERVE := bundle exec jekyll serve
5050# --------------------------------------------------
5151# Default:
5252# --------------------------------------------------
53- all : build
53+ all : ruby-install build
5454# --------------------------------------------------
5555# ♦️ Ruby
5656# --------------------------------------------------
You can’t perform that action at this time.
0 commit comments