We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b32509 commit d79e25eCopy full SHA for d79e25e
.github/workflows/build_docs.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
git fetch origin
30
git checkout -b gh-pages origin/gh-pages
31
- cp ../_build ./
+ cp -r ../_build ./
32
git config --global user.name "CAMS SDD"
33
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
34
git add ./.
0 commit comments