Skip to content

Commit a0f4bb5

Browse files
committed
fix: update documentation build directory path
1 parent adb0c6f commit a0f4bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
git rm -rf . || true
6969
7070
# Copy built documentation
71-
cp -r ../_build/html/* .
71+
cp -r ../_build/* .
7272
7373
# Configure git
7474
git config user.name "${GIT_USER_NAME}"

0 commit comments

Comments
 (0)