Skip to content

Commit

Permalink
feature/IVYPORTAL-18151-Create-Github-Action-for-Building-Documentati…
Browse files Browse the repository at this point in the history
…on - Change to full container
  • Loading branch information
ntloc-axonivy committed Jan 10, 2025
1 parent 8ce73d3 commit a4f26ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/portal-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
runs-on: portal01
steps:
- uses: actions/checkout@v4
# with:
# path: Documentation-${{ github.ref }}

generate-resources:
needs: [checkout-source]
Expand Down Expand Up @@ -48,6 +46,7 @@ jobs:
run: |
mvn clean process-resources "-Divy.engine.version=[13.1.0,]" "-Divy.engine.download.url=https://developer.axonivy.com/permalink/nightly/axonivy-engine.zip" -f Documentation/public-api/pom.xml
mvn clean generate-resources -f Documentation/pom.xml
unzip-screenshots:
needs: [generate-resources]
runs-on: portal01
Expand Down

0 comments on commit a4f26ae

Please sign in to comment.