Skip to content

Commit 5940b18

Browse files
authored
Revent "Enable sitemap generator"
1 parent 9663f54 commit 5940b18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
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@v4

0 commit comments

Comments
 (0)