Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ hugo_setup_steps: &hugo_setup_steps
sudo mv hugo /usr/bin/hugo

jobs:
linkcheck_prod:
<<: *defaults_eks
steps:
- checkout
- run:
name: Link Check Production
command: |
make linkcheck
build_staging:
<<: *defaults_py
steps:
Expand Down Expand Up @@ -234,9 +226,3 @@ workflows:
filters:
branches:
only: master
- linkcheck_prod:
requires:
- deploy_sleep
filters:
branches:
only: master