Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Liva <[email protected]>
  • Loading branch information
thisthat committed Nov 6, 2023
1 parent 99ec9ea commit a906368
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
- name: Copy configuration
if: ${{ steps.folder.outputs.latest }}
run: |
# Copy only the configuration files in the root folder of docs.
# The || true is to prevent cp failing and blocking the pipeline because it cannot copy the folders
# due to the missing -r option. Otherwise, it creates two copies of the documentation.
cp ./docs/* "${{ env.PAGE_DIR }}/docs" || true
- name: Copy documentation folder
Expand Down

0 comments on commit a906368

Please sign in to comment.