Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 14, 2024
1 parent d6eba89 commit c88f1fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,18 @@ 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)
wget -q https://github.com/opengisch/signalo/releases/download/${LATEST_RELEASE}/signalo-${LATEST_RELEASE}-model-documentation.zip
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:
Expand Down

0 comments on commit c88f1fc

Please sign in to comment.