There was an error while loading. Please reload this page.
1 parent 9663f54 commit 5940b18Copy full SHA for 5940b18
.github/workflows/main.yml
@@ -39,9 +39,9 @@ jobs:
39
Xvfb :99 &
40
/opt/builder/bin/idea.sh helpbuilderinspect -source-dir . -product $PRODUCT --runner github -output-dir artifacts/ || true
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
+ # cp docs/StardustDocs/sitemap.xml artifacts/sitemap.xml
+ # cd artifacts
+ # zip -r $ARTIFACT sitemap.xml
45
working-directory: ${{ github.workspace }}
46
- name: Upload modified documentation artifact
47
uses: actions/upload-artifact@v4
0 commit comments