diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml deleted file mode 100644 index 6faf49d..0000000 --- a/.github/workflows/deploy.yaml +++ /dev/null @@ -1,39 +0,0 @@ -name: Deploy - -on: - push: - branches: - - main - workflow_dispatch: - -concurrency: production - -jobs: - deploy: - name: Deploy site - environment: production - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - uses: actions/setup-node@v2 - with: - node-version: '14' - - - uses: ruby/setup-ruby@v1 - with: - bundler-cache: true - - - name: Build - run: bundle exec middleman build - - - name: Deploy - uses: citizen-of-planet-earth/cf-cli-action@3c7cc1a77152f9157b0c33b32d3b2b5fbdc56dca - with: - cf_api: 'https://api.london.cloud.service.gov.uk' - cf_org: 'gds-tech-writers' - cf_space: 'sandbox' - cf_username: ${{ secrets.CF_USER }} - cf_password: ${{ secrets.CF_PASSWORD }} - command: push -f manifest.yml --strategy rolling diff --git a/README.md b/README.md index 1d669e6..c6b25d8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Tech Docs Template Documentation -This repository is used to generate the [documentation website for the Tech Docs Template][tdt-docs] and uses the template itself. +This repository was previously used to generate the [documentation website for the Tech Docs Template][tdt-docs]. Following the decommissioning of PaaS that site is no longer live. The documentation remains available in this git repository, although it is no longer maintained. ## Publishing changes