File tree Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Original file line number Diff line number Diff line change 9797 run : |
9898 echo "LD_LIBRARY_PATH=$HOME/install/lib" >> "$GITHUB_ENV"
9999
100- - name : Configure core
100+ - name : Build core
101101 run : |
102102 cd grass
103103 export INSTALL_PREFIX="$HOME/install"
@@ -125,37 +125,6 @@ jobs:
125125 --with-sqlite \
126126 --with-tiff \
127127 --with-zstd
128-
129- - name : Build Programmer's Manual with doxygen
130- if : false
131- run : |
132- cd grass
133- make htmldocs
134-
135- - name : Make the doxygen results available (html)
136- if : false
137- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
138- with :
139- name : doxygen-site
140- if-no-files-found : error
141- path : |
142- grass/html
143- retention-days : 3
144-
145- - name : Make the doxygen results available (latex)
146- if : false
147- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
148- with :
149- name : doxygen-site-latex
150- if-no-files-found : error
151- path : |
152- grass/latex
153- retention-days : 3
154-
155- - name : Build core
156- run : |
157- cd grass
158- export INSTALL_PREFIX="$HOME/install"
159128 make
160129 make install
161130
You can’t perform that action at this time.
0 commit comments