diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index c55c186c30..c238c04e8a 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -2,11 +2,11 @@ name: Deploy static content to Pages on: - push: - branches: - - main - paths: - - 'doc/**' + # push: + # branches: + # - main + # paths: + # - 'doc/**' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/tag-action.yml b/.github/workflows/tag-action.yml index db262a82e4..fa3f185f42 100644 --- a/.github/workflows/tag-action.yml +++ b/.github/workflows/tag-action.yml @@ -14,6 +14,12 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install requirements + run: | + sudo apt-get update + sudo apt-get install default-jre graphviz -y + curl -sSL https://github.com/plantuml/plantuml/releases/download/v1.2023.13/plantuml-1.2023.13.jar --output /usr/local/bin/plantuml.jar + - name: Build documentation run: cd doc; bash ./build_local.sh