diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index 00b5d34..eae46da 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -38,4 +38,4 @@ jobs: git config --global user.name "Github Actions" git config --global user.email rlanzafame@users.noreply.github.com git remote add deploy "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/rlanzafame/rlanzafame.github.io.git" - ghp-import -r deploy -b main -m "Updated via Github Actions [skip ci]" -p output \ No newline at end of file + ghp-import -r deploy -b gh-pages -m "Updated via Github Actions [skip ci]" -p output \ No newline at end of file