From c40df609d7188e787d533538cae808c0ebf4d61a Mon Sep 17 00:00:00 2001 From: Robert Lanzafame Date: Sun, 13 Oct 2024 15:00:35 +0200 Subject: [PATCH] fix ci --- .github/workflows/build-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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