File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ jobs:
33
33
apt-get update
34
34
apt-get install -y zip
35
35
mkdir -p artifacts
36
- - name : Build docs and include sitemap.xml
36
+ - name : Build docs # and include sitemap.xml TODO: uncomment when sitemap.xml is available
37
37
run : |
38
38
export DISPLAY=:99
39
39
Xvfb :99 &
40
40
/opt/builder/bin/idea.sh helpbuilderinspect -source-dir . -product $PRODUCT --runner github -output-dir artifacts/ || true
41
41
test -e artifacts/$ARTIFACT && echo $ARTIFACT exists
42
- cp docs/StardustDocs/sitemap.xml artifacts/sitemap.xml
43
- cd artifacts
44
- zip -r $ARTIFACT sitemap.xml
42
+ # cp docs/StardustDocs/sitemap.xml artifacts/sitemap.xml
43
+ # cd artifacts
44
+ # zip -r $ARTIFACT sitemap.xml
45
45
working-directory : ${{ github.workspace }}
46
46
- name : Upload modified documentation artifact
47
47
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments