Skip to content

Commit

Permalink
Update docs_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmerk authored Jun 5, 2024
1 parent 74130d5 commit 8581652
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,13 @@ jobs:
git init
touch .nojekyll
git add -A
git config --local user.email "merkimi1996@googlemail.com"
git config --local user.name "timonmerk"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -m 'deploy'
git config --global --add safe.directory /github/workspace/docs/build/html
git config --global --add safe.directory '*'
- name: Force push to destination branch
uses: ad-m/github-push-action@v0.5.0
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
Expand Down

0 comments on commit 8581652

Please sign in to comment.