diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01342206..b06f3cce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,23 +21,12 @@ jobs: - name: Set up Jekyll run: gem install bundler jekyll - - name: Set up git credentials - if: github.ref == 'refs/heads/master' - env: - ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} - run: | - git config --global credential.helper store - echo "https://${ACCESS_TOKEN}:x-oauth-basic@github.com" >> ~/.git-credentials - git config --global user.email "ci@bitwarden.com" - git config --global user.name "Bitwarden CI" - - name: Print environment run: | node --version npm --version ruby --version jekyll --version - git --version - name: Checkout repo uses: actions/checkout@v2 @@ -49,10 +38,6 @@ jobs: if: github.ref != 'refs/heads/master' run: npm run build:prod - - name: Build site and deploy to gh-pages - if: github.ref == 'refs/heads/master' - run: npm run deploy - - name: Build site for S3 if: github.ref == 'refs/heads/master' run: npm run build:prod:sub diff --git a/CNAME b/CNAME deleted file mode 100644 index 1d6a01e1..00000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -help.bitwarden.com \ No newline at end of file