From 03b265780343939c249d59ebeff1e3b800ef1bc7 Mon Sep 17 00:00:00 2001 From: Vim <86254807+vim-usds@users.noreply.github.com> Date: Tue, 16 Nov 2021 12:58:53 -0500 Subject: [PATCH] Remove GitHub pages deploy on staging (#891) --- .github/workflows/deploy_staging.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml index 7a86744a..714f293a 100644 --- a/.github/workflows/deploy_staging.yml +++ b/.github/workflows/deploy_staging.yml @@ -76,13 +76,6 @@ jobs: - name: Set DESTINATION_FOLDER for branch run: | echo "DESTINATION_FOLDER=$(echo $PR_NUMBER-$GITHUB_SHA | cut -c 1-11)" >> $GITHUB_ENV - - name: Deploy to Github Pages - uses: JamesIves/github-pages-deploy-action@4.1.0 - with: - BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: public # The folder the action should deploy. - TARGET-FOLDER: ${{env.DESTINATION_FOLDER}} # If we're on a PR branch, merge to PR folder - CLEAN: true - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: