Skip to content

Commit 78dd02a

Browse files
committed
fix(ci/cd): Jekyll build and deploy fix.
1 parent 7a27de9 commit 78dd02a

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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 }}

changelogs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

changelogs/releases/v0.1.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

{{ cookiecutter.project_slug }}/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
# --------------------------------------------------

0 commit comments

Comments
 (0)