Skip to content

Commit d79e25e

Browse files
Fix build
1 parent 9b32509 commit d79e25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
git fetch origin
3030
git checkout -b gh-pages origin/gh-pages
31-
cp ../_build ./
31+
cp -r ../_build ./
3232
git config --global user.name "CAMS SDD"
3333
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
3434
git add ./.

0 commit comments

Comments
 (0)