From a6056381bd44a4368afe154e1c09ee1fab59dd2c Mon Sep 17 00:00:00 2001 From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:13:20 +0200 Subject: [PATCH] No need to deploy anymore. --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3cbc7f..f2549f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,18 +39,6 @@ jobs: with: name: book path: book/book - # Commit and push all changed files. - # Must only affect files that are listed in "paths-ignore". - - name: Git commit build artifacts - # Only run on main branch push (e.g. pull request merge). - if: github.event_name == 'push' - run: | - git checkout -b deploy - git config --global user.name "Deployer" - git config --global user.email "username@users.noreply.github.com" - git add --force book/book - git commit -m "Render book" - git push --set-upstream --force-with-lease origin deploy formatter: runs-on: ubuntu-latest -- 2.45.2