We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86509bb commit 15e40d8Copy full SHA for 15e40d8
1 file changed
.github/workflows/CI_check_api_ref.yml
@@ -109,8 +109,9 @@ jobs:
109
# Print the generated file for debug purposes
110
cat ${{ matrix.integration }}.md
111
# Move the generated file to a 'website' folder for testing
112
- mkdir website
113
- mv ${{ matrix.integration }}.md website/
+ mkdir ../../website
+ mv ${{ matrix.integration }}.md ../../website/
114
+
115
- name: Set up Node.js
116
uses: actions/setup-node@v6
117
with:
0 commit comments