From 4789279aec8c3a88711560e689e28042d94cd57d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Gustavo=20A=2E=20Amorim?= Date: Wed, 31 Jan 2024 11:12:41 -0300 Subject: [PATCH] fix tutorials deploy (#85) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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