Skip to content

Commit e7d8f14

Browse files
committed
Use cp
1 parent 51b67cc commit e7d8f14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Commit documentation changes
3030
run: |
3131
git clone https://github.com/DHI/fmdap.git --branch gh-pages --single-branch gh-pages
32-
xcopy docs\_build\html gh-pages\ /sy
32+
cp -r docs/_build/html/* gh-pages/
3333
cd gh-pages
3434
touch .nojekyll
3535
git config --local user.email "action@github.com"

0 commit comments

Comments
 (0)