diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 6aa4147a6..050cc985f 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -54,13 +54,4 @@ jobs: with: name: artifacts path: | - ./artifacts - - name: Configure git - run: | - git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com" - git config --global user.name "${GITHUB_ACTOR}" - - name: Push - run: | - git add -f ./www/public - git commit -m "chore: update public site" - git push -f origin HEAD:fleek-deploy \ No newline at end of file + ./artifacts \ No newline at end of file