Skip to content

Commit

Permalink
Name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Martina-Graeber-One-Identity committed Nov 28, 2023
1 parent 89ef6a2 commit 141169e
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 @@ -41,9 +41,9 @@ jobs:
- name: Copy files to folder
shell: bash
run: |
rm -rf "doc-files/documentation/v92"
mkdir -p "doc-files/documentation/v92"
cp -rvT "imxweb/documentation/v92" "doc-files/documentation/v92"
rm -rf "doc-files/generated_documentation/v92"
mkdir -p "doc-files/generated_documentation/v92"
cp -rvT "imxweb/documentation/v92" "doc-files/generated_documentation/v92"
- name: Commit files to doc repository
id: newFiles
Expand Down

0 comments on commit 141169e

Please sign in to comment.