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 26, 2024
1 parent 940600f commit 3f77045
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/portal-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
echo "Version is $VERSION"
- name: Unzip portal screenshots
run: |
unzip /mnt/portal02/document-screenshots/portal-document-screenshots-selenide-${{ steps.get_version.outputs.version }}.zip \
-d Documentation/portal-guide/source/screenshots
# - name: Unzip portal screenshots
# run: |
# unzip /mnt/portal02/document-screenshots/portal-document-screenshots-selenide-${{ steps.get_version.outputs.version }}.zip \
# -d Documentation/portal-guide/source/screenshots

- name: Generate resources
run: |
Expand Down Expand Up @@ -110,5 +110,5 @@ jobs:

- name: Cleanup
shell: bash
run: rm -rf ${{ github.workspace }}/*
run: sudo rm -rf ${{ github.workspace }}/*

0 comments on commit 3f77045

Please sign in to comment.