diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 908f9124..b2ae4188 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -70,11 +70,6 @@ jobs: env: TX_TOKEN: ${{ secrets.TX_TOKEN }} - - name: Build documentation - run: mkdocs build - env: - DEFAULT_LANGUAGE_ONLY: false - - name: Datamodel Documentation run: | LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/opengisch/signalo/releases/latest" | jq -r .tag_name) @@ -82,6 +77,11 @@ jobs: unzip -q signalo-${LATEST_RELEASE}-model-documentation.zip cp -r model-documentation site/ + - name: Build documentation + run: mkdocs build + env: + DEFAULT_LANGUAGE_ONLY: false + - uses: actions/upload-artifact@v4 if: ${{ github.event_name == 'pull_request' }} with: