diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9ca9e0a8..2d21f8baf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,15 +33,15 @@ jobs: apt-get update apt-get install -y zip mkdir -p artifacts - - name: Build docs and include sitemap.xml + - name: Build docs # and include sitemap.xml TODO: uncomment when sitemap.xml is available run: | export DISPLAY=:99 Xvfb :99 & /opt/builder/bin/idea.sh helpbuilderinspect -source-dir . -product $PRODUCT --runner github -output-dir artifacts/ || true test -e artifacts/$ARTIFACT && echo $ARTIFACT exists - cp docs/StardustDocs/sitemap.xml artifacts/sitemap.xml - cd artifacts - zip -r $ARTIFACT sitemap.xml +# cp docs/StardustDocs/sitemap.xml artifacts/sitemap.xml +# cd artifacts +# zip -r $ARTIFACT sitemap.xml working-directory: ${{ github.workspace }} - name: Upload modified documentation artifact uses: actions/upload-artifact@v3