diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 634e66a..5bcd2cf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,6 +42,6 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} force_orphan: true - publish_dir: ./_site + publish_dir: ./tutorials-repo/_site user_name: github-actions[bot] user_email: 41898282+github-actions[bot]@users.noreply.github.com