From 665192c525bfb670627ea3bf8e32128db0dad715 Mon Sep 17 00:00:00 2001 From: Loc Nguyen Date: Wed, 25 Dec 2024 10:46:31 +0700 Subject: [PATCH] feature/IVYPORTAL-18151-Create-Github-Action-for-Building-Documentation --- .github/workflows/portal-documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/portal-documentation.yaml b/.github/workflows/portal-documentation.yaml index c64e243fa2..bf77458192 100644 --- a/.github/workflows/portal-documentation.yaml +++ b/.github/workflows/portal-documentation.yaml @@ -67,7 +67,7 @@ jobs: - name: Build Documentation HTML run: | docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace/Documentation/portal-guide \ - $DOCKER_IMAGE_AXONIVY make html BASEDIR='/workspace/Documentation/portal-guide' VERSION=${{ steps.get_version.outputs.version }} + axonivy/build-container:read-the-docs-2 make html BASEDIR='/workspace/Documentation/portal-guide' VERSION=${{ steps.get_version.outputs.version }} - name: Upload artifacts uses: actions/upload-artifact@v4