Skip to content

Commit 1daec3a

Browse files
Temporarily allow 404s for Google Fonts, remove Slack integration
1 parent 6caa424 commit 1daec3a

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.github/workflows/deploy.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Check links
3636
run: |
37-
bundle exec htmlproofer --ignore-urls "/fonts.googleapis.com/,/fonts.gstatic.com/" --http-status-ignore "999,403" --allow-hash-href --empty_alt_ignore --only-4xx ./build
37+
bundle exec htmlproofer --http-status-ignore "999,403,404" --allow-hash-href --empty_alt_ignore --only-4xx ./build
3838
3939
- name: Deploy
4040
uses: reggionick/s3-deploy@v3
@@ -45,11 +45,3 @@ jobs:
4545
dist-id: ${{ secrets.STAGE_CLOUDFRONT_DISTRIBUTION_ID }}
4646
invalidation: /
4747
delete-removed: true
48-
49-
- name: Notify Slack
50-
uses: adamkdean/simple-slack-notify@1.0.4
51-
with:
52-
channel: '#ops'
53-
username: 'GitHub Actions'
54-
color: 'good'
55-
text: 'A new version of the schema site has been deployed to stage.'

.github/workflows/release.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Check links
3535
run: |
36-
bundle exec htmlproofer --ignore-urls "/fonts.googleapis.com/,/fonts.gstatic.com/" --http-status-ignore "999,403" --allow-hash-href --empty_alt_ignore --only-4xx ./build
36+
bundle exec htmlproofer --http-status-ignore "999,403,404" --allow-hash-href --empty_alt_ignore --only-4xx ./build
3737
3838
- name: Deploy
3939
uses: reggionick/s3-deploy@v3
@@ -44,11 +44,3 @@ jobs:
4444
dist-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}
4545
invalidation: /
4646
delete-removed: true
47-
48-
- name: Notify Slack
49-
uses: adamkdean/simple-slack-notify@1.0.4
50-
with:
51-
channel: '#ops'
52-
username: 'GitHub Actions'
53-
color: 'good'
54-
text: 'A new version of the schema site has been released.'

0 commit comments

Comments
 (0)