Skip to content

Commit

Permalink
fix user/repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
poldrack authored Mar 31, 2024
1 parent 9c037a5 commit 84356a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/render_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: '_book'
destination-github-username: 'poldrack'
destination-repository-name: 'statsthinking21/statsthinking21-core-site'
destination-github-username: 'statsthinking21'
destination-repository-name: 'statsthinking21-core-site'
user-email: [email protected]
target-branch: master
target-directory: docs

0 comments on commit 84356a6

Please sign in to comment.