We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e9291 commit 9663f54Copy full SHA for 9663f54
.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