We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24eaddb commit e735eb3Copy full SHA for e735eb3
.github/workflows/gh-pages.yml
@@ -44,8 +44,9 @@ jobs:
44
- name: Commit documentation changes
45
run: |
46
git clone https://github.com/${{ github.repository_owner }}/onix-docs.git --branch gh-pages --single-branch gh-pages
47
- cp -r docs/html/* gh-pages/
48
cd gh-pages
+ rm -rf *
49
+ cp -r ../docs/html/* .
50
git config --local user.email "[email protected]"
51
git config --local user.name "GitHub Action"
52
git add .
0 commit comments