From 65bf7039cc3132fe8a33ea5be7834d1f345b57e9 Mon Sep 17 00:00:00 2001 From: Jan Maack Kjerbye <50995332+janhalen@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:13:51 +0200 Subject: [PATCH 1/6] chore: Removed redundant ci.yml file and renamed workflow for building and deploying Jekyll site to GitHub Pages --- ...s.yml => build-and-deploy-jekyll-site.yml} | 0 .github/workflows/ci.yml | 22 ------------------- 2 files changed, 22 deletions(-) rename .github/workflows/{pages.yml => build-and-deploy-jekyll-site.yml} (100%) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/pages.yml b/.github/workflows/build-and-deploy-jekyll-site.yml similarity index 100% rename from .github/workflows/pages.yml rename to .github/workflows/build-and-deploy-jekyll-site.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 89b1b04..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: CI - -on: - push: - branches: ["main"] - pull_request: - -jobs: - # Build job - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Setup Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: '3.3' # Not needed with a .ruby-version file - bundler-cache: true # runs 'bundle install' and caches installed gems automatically - cache-version: 0 # Increment this number if you need to re-download cached gems - - name: Build with Jekyll - run: bundle exec jekyll build From c4a0259ed768723a35cd9792ba27f33a368ce20a Mon Sep 17 00:00:00 2001 From: Jan Maack Kjerbye <50995332+janhalen@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:21:54 +0200 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 430577b..8d4863b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ > - [ ] Replace all the grey placeholder texts with your project-specific information. > > - [ ] Add any additional relevant Markdown documents to your documentation. -> - [ ] Configure a [publishing source for GitHub Pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages). +> - [x] Configure a [publishing source for GitHub Pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages). > - [ ] **Remove this setup section from your README.md.** > > *That's it! You are now set up, and your documentation site is live!* From 08ee3f047ee4ecfa889e17e9368fc04aa8be396c Mon Sep 17 00:00:00 2001 From: Jan Maack Kjerbye <50995332+janhalen@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:24:43 +0200 Subject: [PATCH 3/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d4863b..85558e9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ > - [ ] Replace all the grey placeholder texts with your project-specific information. > > - [ ] Add any additional relevant Markdown documents to your documentation. +> - [ ] Configure config.yml to fit your documentation sites purpose > - [x] Configure a [publishing source for GitHub Pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages). > - [ ] **Remove this setup section from your README.md.** > From 592eee1fd5247718c5e85a2c032e054e7b03a4ad Mon Sep 17 00:00:00 2001 From: Jan Maack Kjerbye <50995332+janhalen@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:25:58 +0200 Subject: [PATCH 4/6] Delete Gemfile.lock --- Gemfile.lock | 97 ---------------------------------------------------- 1 file changed, 97 deletions(-) delete mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 7ec366e..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,97 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) - base64 (0.2.0) - bigdecimal (3.1.9) - colorator (1.1.0) - concurrent-ruby (1.3.5) - csv (3.3.4) - em-websocket (0.5.3) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0) - eventmachine (1.2.7) - ffi (1.17.2-arm64-darwin) - ffi (1.17.2-x86_64-linux-gnu) - forwardable-extended (2.6.0) - google-protobuf (4.30.2-arm64-darwin) - bigdecimal - rake (>= 13) - google-protobuf (4.30.2-x86_64-linux) - bigdecimal - rake (>= 13) - http_parser.rb (0.8.0) - i18n (1.14.7) - concurrent-ruby (~> 1.0) - jekyll (4.4.1) - addressable (~> 2.4) - base64 (~> 0.2) - colorator (~> 1.0) - csv (~> 3.0) - em-websocket (~> 0.5) - i18n (~> 1.0) - jekyll-sass-converter (>= 2.0, < 4.0) - jekyll-watch (~> 2.0) - json (~> 2.6) - kramdown (~> 2.3, >= 2.3.1) - kramdown-parser-gfm (~> 1.0) - liquid (~> 4.0) - mercenary (~> 0.3, >= 0.3.6) - pathutil (~> 0.9) - rouge (>= 3.0, < 5.0) - safe_yaml (~> 1.0) - terminal-table (>= 1.8, < 4.0) - webrick (~> 1.7) - jekyll-include-cache (0.2.1) - jekyll (>= 3.7, < 5.0) - jekyll-sass-converter (3.1.0) - sass-embedded (~> 1.75) - jekyll-seo-tag (2.8.0) - jekyll (>= 3.8, < 5.0) - jekyll-watch (2.2.1) - listen (~> 3.0) - json (2.10.2) - just-the-docs (0.10.1) - jekyll (>= 3.8.5) - jekyll-include-cache - jekyll-seo-tag (>= 2.0) - rake (>= 12.3.1) - kramdown (2.5.1) - rexml (>= 3.3.9) - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) - liquid (4.0.4) - listen (3.9.0) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - mercenary (0.4.0) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - public_suffix (6.0.1) - rake (13.2.1) - rb-fsevent (0.11.2) - rb-inotify (0.11.1) - ffi (~> 1.0) - rexml (3.4.1) - rouge (4.5.1) - safe_yaml (1.0.5) - sass-embedded (1.86.3-arm64-darwin) - google-protobuf (~> 4.30) - sass-embedded (1.86.3-x86_64-linux-gnu) - google-protobuf (~> 4.30) - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) - unicode-display_width (2.6.0) - webrick (1.9.1) - -PLATFORMS - arm64-darwin-23 - x86_64-linux - -DEPENDENCIES - jekyll (~> 4.4.1) - just-the-docs (= 0.10.1) - -BUNDLED WITH - 2.3.26 From 709842404f7a5073fbf1a9b7a4ce88ba2099e105 Mon Sep 17 00:00:00 2001 From: Jan Maack Kjerbye <50995332+janhalen@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:28:23 +0200 Subject: [PATCH 5/6] Update build-and-deploy-jekyll-site.yml Changed run trigger to act on pushes to `main` branch --- .github/workflows/build-and-deploy-jekyll-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy-jekyll-site.yml b/.github/workflows/build-and-deploy-jekyll-site.yml index d0b2847..1b86dbe 100644 --- a/.github/workflows/build-and-deploy-jekyll-site.yml +++ b/.github/workflows/build-and-deploy-jekyll-site.yml @@ -8,7 +8,7 @@ name: Deploy Jekyll site to Pages on: push: - branches: ["testing"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From e3d68194a206440f545a2fa8d138c6a8747ee81d Mon Sep 17 00:00:00 2001 From: Jan Maack Kjerbye <50995332+janhalen@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:52:43 +0200 Subject: [PATCH 6/6] Update _config.yml Simple mistype fixed --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c477923..0eb92fa 100644 --- a/_config.yml +++ b/_config.yml @@ -29,4 +29,4 @@ defaults: type: "pages" values: layout: "docs" - nav_exclude: true \ No newline at end of file + nav_exclude: false