Skip to content

Commit

Permalink
Update for multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
Martina-Graeber-One-Identity committed Nov 27, 2023
1 parent a42aa26 commit 4e694cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout doc
uses: actions/checkout@v2
with:
path: 'documentation'
path: 'doc-files'
ref: 'main'
repository: 'OneIdentity/IdentityManager.ImxDoc'
token: ${{ secrets.GHPAGES_ACCESS_TOKEN}}
Expand All @@ -41,8 +41,8 @@ jobs:
- name: Copy files to folder
shell: bash
run: |
mkdir -p "documentation/v92"
cp -rvT "imxweb/documentation/v92" documentation/v92"
mkdir -p "doc-files/doc"
cp -rvT "imxweb/documentation/v92" "doc-files/doc"
- name: Commit files to doc repository
id: newFiles
Expand Down

0 comments on commit 4e694cf

Please sign in to comment.