We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b67cc commit e7d8f14Copy full SHA for e7d8f14
1 file changed
.github/workflows/docs.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Commit documentation changes
30
run: |
31
git clone https://github.com/DHI/fmdap.git --branch gh-pages --single-branch gh-pages
32
- xcopy docs\_build\html gh-pages\ /sy
+ cp -r docs/_build/html/* gh-pages/
33
cd gh-pages
34
touch .nojekyll
35
git config --local user.email "action@github.com"
0 commit comments