Skip to content

Commit fbffa80

Browse files
authored
Merge pull request #36 from jcook3701/develop
Feat 011 cla fix (#35)
2 parents 91d0f11 + 1b2596b commit fbffa80

5 files changed

Lines changed: 30 additions & 16 deletions

File tree

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
signed-commit-message: 'chore: $contributorName has signed the CLA'
5252
path-to-signatures: 'signatures/version1/cla.json'
53-
path-to-document: 'https://github.com/{{ github.repository }}/blob/master/docs/jekyll/_manual/developer-resources/cla.md' # e.g. a CLA or a DCO document
53+
path-to-document: 'https://github.com/{{ github.repository }}/blob/master/docs/jekyll/_site/manual/developer-resources/cla.html' # e.g. a CLA or a DCO document
5454
# branch should not be protected
5555
branch: 'main'
5656
allowlist: "{{ cookiecutter.github_username }},github-actions[bot],dependabot[bot],bot*"

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ jobs:
4747
steps:
4848
- name: Checkout
4949
uses: actions/checkout@v4
50+
- name: Set up Python
51+
uses: actions/setup-python@v5
52+
with:
53+
python-version: "3.11"
54+
- name: Install Python Tools
55+
run: |
56+
make install
5057
- name: Setup Ruby
5158
uses: ruby/setup-ruby@v1
5259
with:

changelogs/CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,21 @@ Feat 009 jekyll ci cd (#27)
8181
- Merge pull request #32 from jcook3701/develop
8282

8383
Feat 008 cla (#30)
84-
- Update template
85-
- Update template
86-
- Update template
87-
- Update template
88-
- Merge branch 'cookiecutter-template' into feat-010
84+
- Feat 010 (#33)
85+
86+
* chore(update) Update template from cookiecutter-cookiecutter.
87+
88+
* fix(license): Removed doubled copy of the license file.
89+
90+
* fix(links): Fix for document links.
91+
- Merge pull request #34 from jcook3701/develop
92+
93+
Feat 010 (#33)
8994

9095
### 🐛 Fixed
9196

9297
- *(template)* Updates to template cookiecutter.json file.
93-
- *(license)* Removed doubled copy of the license file.
98+
- *(docs)* Jekyll ci/cd fix.
9499
## [0.1.0] - 2025-12-05
95100

96101
### ⚙️ Miscellaneous

changelogs/releases/v0.1.1.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,18 @@ Feat 009 jekyll ci cd (#27)
8181
- Merge pull request #32 from jcook3701/develop
8282

8383
Feat 008 cla (#30)
84-
- Update template
85-
- Update template
86-
- Update template
87-
- Update template
88-
- Merge branch 'cookiecutter-template' into feat-010
84+
- Feat 010 (#33)
85+
86+
* chore(update) Update template from cookiecutter-cookiecutter.
87+
88+
* fix(license): Removed doubled copy of the license file.
89+
90+
* fix(links): Fix for document links.
91+
- Merge pull request #34 from jcook3701/develop
92+
93+
Feat 010 (#33)
8994

9095
### 🐛 Fixed
9196

9297
- *(template)* Updates to template cookiecutter.json file.
93-
- *(license)* Removed doubled copy of the license file.
98+
- *(docs)* Jekyll ci/cd fix.

docs/jekyll/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ title: github-docs-cookiecutter
44
nav_order: 1
55
description: Github docs cookiecutter template generation.
66
---
7-
8-
9-
107
{% include snippet_loader.html %}
118

129
{% if site.carousel_images %}

0 commit comments

Comments
 (0)