File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
44
uses : actions/configure-pages@v5
45
45
- name : Build with Jekyll
46
46
# 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 }}"
48
48
env :
49
49
JEKYLL_ENV : production
50
50
- name : Upload artifact
File renamed without changes.
Original file line number Diff line number Diff line change 61
61
pathutil (0.16.2 )
62
62
forwardable-extended (~> 2.6 )
63
63
public_suffix (5.0.5 )
64
+ rake (13.2.1 )
64
65
rb-fsevent (0.11.2 )
65
66
rb-inotify (0.11.1 )
66
67
ffi (~> 1.0 )
67
68
rexml (3.3.0 )
68
69
strscan
69
70
rouge (3.30.0 )
70
71
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 )
76
73
google-protobuf (~> 3.21 )
74
+ rake (>= 10.0.0 )
77
75
strscan (3.1.0 )
78
76
terminal-table (3.0.2 )
79
77
unicode-display_width (>= 1.1.1 , < 3 )
83
81
PLATFORMS
84
82
universal-darwin-23
85
83
x64-unknown
84
+ x86_64-linux
86
85
87
86
DEPENDENCIES
88
87
bulma-clean-theme (= 1.0.0 )
Original file line number Diff line number Diff line change
1
+ source : docs
1
2
remote_theme : chrisrhymes/bulma-clean-theme
2
3
fixed_navbar : top
3
4
footer_menu : footer_links
You can’t perform that action at this time.
0 commit comments