From c88f1fc3f704ba6971ac000221d14183d8abed4d Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Wed, 14 Feb 2024 08:37:23 +0100 Subject: [PATCH] fix --- .github/workflows/website.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: