Skip to content

Commit

Permalink
Remove hugo docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stein Fletcher committed May 15, 2021
1 parent 18a8e10 commit da596bb
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,6 @@ jobs:
command: |
goveralls -coverprofile=coverage.out -service=circle-ci -repotoken $COVERALLS_TOKEN
deploy-docs:
<<: *defaults
docker:
- image: musitude/go-build:latest
steps:
- attach_workspace:
at: /tmp/persist_to_workspace
- run:
name: build docs
command: cd docs && hugo && cd ..
- aws-s3/sync:
from: docs/public/
overwrite: true
to: $S3_BUCKET
- run:
name: invalidate cloudfront cache
command: |
aws configure set preview.cloudfront true
aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION_ID --paths "/*"
workflows:
version: 2

Expand All @@ -74,6 +54,3 @@ workflows:
ignore: /.*/
requires:
- test
- deploy-docs:
requires:
- upload-coverage

0 comments on commit da596bb

Please sign in to comment.