From dd76cf2d9bdf99da932e12e216a6f30e39130228 Mon Sep 17 00:00:00 2001 From: hav-johwal <166103136+hav-johwal@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:11:02 +0100 Subject: [PATCH] ci: pass version and aliases directly --- .github/workflows/build-documentation.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index bb8916d..4522df2 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -74,15 +74,13 @@ jobs: - name: Build documentation id: build-with-mike if: github.event_name != 'pull_request' - env: - VERSION_AND_ALIASES: ${{ env.UVMS_VERSION_AND_ALIASES }} uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185 # v3 with: registry: docker.io image: uvms/mkdocs-material:9.5.50.2 options: -v ${{ github.workspace }}:/docs -w /docs run: | - mike deploy -u $VERSION_AND_ALIASES + mike deploy -u ${{ env.UVMS_VERSION_AND_ALIASES }} - name: Publish documentation id: publish-documentation