Skip to content

Commit

Permalink
Update Jekyll build process
Browse files Browse the repository at this point in the history
  • Loading branch information
ray310 committed Jun 15, 2024
1 parent 1814d62 commit 3430fcf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/configure-pages@v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --source ./docs
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down
File renamed without changes.
9 changes: 4 additions & 5 deletions docs/Gemfile.lock → Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,17 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.5)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.0)
strscan
rouge (3.30.0)
safe_yaml (1.0.5)
sass-embedded (1.58.3-arm64-darwin)
google-protobuf (~> 3.21)
sass-embedded (1.58.3-x64-mingw-ucrt)
google-protobuf (~> 3.21)
sass-embedded (1.58.3-x86_64-darwin)
sass-embedded (1.58.3)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -83,6 +81,7 @@ GEM
PLATFORMS
universal-darwin-23
x64-unknown
x86_64-linux

DEPENDENCIES
bulma-clean-theme (= 1.0.0)
Expand Down
1 change: 1 addition & 0 deletions docs/_config.yml → _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source: docs
remote_theme: chrisrhymes/bulma-clean-theme
fixed_navbar: top
footer_menu: footer_links
Expand Down

0 comments on commit 3430fcf

Please sign in to comment.