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-12 - Change to full container
  • Loading branch information
ntloc-axonivy committed Jan 10, 2025
1 parent edcc36f commit 49fdc7c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/portal-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@ on:
required: true
push:

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false

jobs:
checkout-source:
runs-on: portal01
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.ref }}
path: Documentation-${{ github.ref }}
ref: release/12.0
# path: Documentation-${{ github.ref }}

generate-resources:
needs: [checkout-source]
Expand Down

0 comments on commit 49fdc7c

Please sign in to comment.