Skip to content

Commit

Permalink
disable sitemap.xml inclusion into docs as it's unavailable atm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed May 28, 2024
1 parent 5088ce8 commit 9433a98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9433a98

Please sign in to comment.