Skip to content

Commit

Permalink
feature/IVYPORTAL-18151-Create-Github-Action-for-Building-Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ntloc-axonivy committed Dec 25, 2024
1 parent 1d54396 commit 665192c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/portal-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 665192c

Please sign in to comment.