Skip to content

Commit 9433a98

Browse files
committed
disable sitemap.xml inclusion into docs as it's unavailable atm
1 parent 5088ce8 commit 9433a98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
apt-get update
3434
apt-get install -y zip
3535
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
3737
run: |
3838
export DISPLAY=:99
3939
Xvfb :99 &
4040
/opt/builder/bin/idea.sh helpbuilderinspect -source-dir . -product $PRODUCT --runner github -output-dir artifacts/ || true
4141
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
4545
working-directory: ${{ github.workspace }}
4646
- name: Upload modified documentation artifact
4747
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)