Skip to content

Commit 15e40d8

Browse files
committed
retry
1 parent 86509bb commit 15e40d8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/CI_check_api_ref.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ jobs:
109109
# Print the generated file for debug purposes
110110
cat ${{ matrix.integration }}.md
111111
# Move the generated file to a 'website' folder for testing
112-
mkdir website
113-
mv ${{ matrix.integration }}.md website/
112+
mkdir ../../website
113+
mv ${{ matrix.integration }}.md ../../website/
114+
114115
- name: Set up Node.js
115116
uses: actions/setup-node@v6
116117
with:

0 commit comments

Comments
 (0)