Skip to content

Commit 3430fcf

Browse files
committed
Update Jekyll build process
1 parent 1814d62 commit 3430fcf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/jekyll.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/configure-pages@v5
4545
- name: Build with Jekyll
4646
# Outputs to the './_site' directory by default
47-
run: bundle exec jekyll build --source ./docs
47+
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4848
env:
4949
JEKYLL_ENV: production
5050
- name: Upload artifact

docs/Gemfile Gemfile

File renamed without changes.

docs/Gemfile.lock Gemfile.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,17 @@ GEM
6161
pathutil (0.16.2)
6262
forwardable-extended (~> 2.6)
6363
public_suffix (5.0.5)
64+
rake (13.2.1)
6465
rb-fsevent (0.11.2)
6566
rb-inotify (0.11.1)
6667
ffi (~> 1.0)
6768
rexml (3.3.0)
6869
strscan
6970
rouge (3.30.0)
7071
safe_yaml (1.0.5)
71-
sass-embedded (1.58.3-arm64-darwin)
72-
google-protobuf (~> 3.21)
73-
sass-embedded (1.58.3-x64-mingw-ucrt)
74-
google-protobuf (~> 3.21)
75-
sass-embedded (1.58.3-x86_64-darwin)
72+
sass-embedded (1.58.3)
7673
google-protobuf (~> 3.21)
74+
rake (>= 10.0.0)
7775
strscan (3.1.0)
7876
terminal-table (3.0.2)
7977
unicode-display_width (>= 1.1.1, < 3)
@@ -83,6 +81,7 @@ GEM
8381
PLATFORMS
8482
universal-darwin-23
8583
x64-unknown
84+
x86_64-linux
8685

8786
DEPENDENCIES
8887
bulma-clean-theme (= 1.0.0)

docs/_config.yml _config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
source: docs
12
remote_theme: chrisrhymes/bulma-clean-theme
23
fixed_navbar: top
34
footer_menu: footer_links

0 commit comments

Comments
 (0)