Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
tesar-tech committed Nov 23, 2023
1 parent f844219 commit 450d6dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publis-zodoc-to-gh-pages.yml
Expand Up @@ -45,6 +45,8 @@ jobs:
- name: Deploy to netlify-deploy branch
# if: github.ref == 'refs/heads/master'
run: |
git config user.email "deploy@zodoc.tech"
git config user.name "Deploy Bot"
git checkout --orphan ${{ env.NETLIFY_DEPLOY_BRANCH }}
git rm -rf .
cp -r ${{ env.WEBAPP_PATH }}/output/* .
Expand Down

0 comments on commit 450d6dd

Please sign in to comment.