From 220ba7f234f1576fb907c736c1b3e70d0c4b1730 Mon Sep 17 00:00:00 2001 From: Loc Nguyen Date: Wed, 25 Dec 2024 11:00:07 +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 bf77458192..5f702d0a11 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 \ - axonivy/build-container:read-the-docs-2 make html BASEDIR='/workspace/Documentation/portal-guide' VERSION=${{ steps.get_version.outputs.version }} + axonivy/build-container:read-the-docs-2 make -C /doc-build html BASEDIR='/workspace/Documentation/portal-guide' VERSION=${{ steps.get_version.outputs.version }} - name: Upload artifacts uses: actions/upload-artifact@v4