Skip to content

Commit f2f4462

Browse files
committed
CI(docs): Only run doxygen after build as lex/yacc files are generated during build
1 parent d4a205d commit f2f4462

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
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

0 commit comments

Comments
 (0)