diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7173093..a11bfb7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,6 +36,6 @@ jobs: GIT_COMMITTER_EMAIL: carlos.rolando.morell@gmail.com - name: Push to gh-pages - run: git subtree push --prefix dist origin gh-pages + run: git subtree push --prefix dist https://github.com/pfrito/Multiple-Sclerosis-Diagnosis gh-pages env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file