Commit 7210441 1 parent 732bdfa commit 7210441 Copy full SHA for 7210441
File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -46,26 +46,29 @@ jobs:
46
46
run : |
47
47
npm install -g @antora/cli @antora/site-generator
48
48
npm install @antora/lunr-extension @antora/pdf-extension
49
- echo "NODE_PATH=$(npm root -g)" >> $GITHUB_ENV
50
-
51
- - name : Debug Node Modules
52
- run : |
53
- echo "Installed global node modules:"
54
- ls "$(npm root -g)/@antora" || echo "Modules not installed correctly"
55
49
56
50
- name : Setup Java
57
51
uses : actions/setup-java@v4
58
52
with :
59
53
distribution : ' temurin'
60
54
java-version : ' 17'
61
55
56
+ - name : Install Ruby
57
+ uses : ruby/setup-ruby@v1
58
+ with :
59
+ ruby-version : ' 3.3'
60
+ bundler-cache : true
61
+
62
+ - name : Install Ruby Dependencies
63
+ run : gem install bundler && bundle install
64
+
62
65
- name : Install Graphviz
63
66
run : sudo apt-get update && sudo apt-get install -y graphviz
64
67
65
68
- name : Generate Site
66
69
run : antora --fetch antora-playbook.yml
67
70
68
- - name : Debug build output
71
+ - name : List Generated Site
69
72
run : ls -R build/site || echo "Site not generated"
70
73
71
74
- name : Upload Artifacts
You can’t perform that action at this time.
0 commit comments