-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix#975): Fix daily build
- Loading branch information
Showing
6 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ jobs: | |
uses: rtCamp/[email protected] | ||
env: | ||
SLACK_WEBHOOK: '${{ secrets.SLACK_WEB_HOOK }}' | ||
SLACK_CHANNEL: '#cht-squad-docs' | ||
SLACK_CHANNEL: '#cht-doc-site' | ||
SLACK_COLOR: '#3278BD' | ||
SLACK_ICON: ":flappingphone:" | ||
SLACK_MESSAGE: 'Deploy Failed' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ on: | |
# runs at 3:15am every day | ||
- cron: '15 3 * * *' | ||
|
||
name: Test site and push live if we're on main branch | ||
name: Test site for broken links | ||
jobs: | ||
BuildLinkCheckPushLive: | ||
name: | ||
|
@@ -51,7 +51,7 @@ jobs: | |
- name: All Branches - Serve Hugo site | ||
run: | | ||
hugo server& | ||
sleep 5 | ||
sleep 30 | ||
- name: All Branches - Run Muffet link checker | ||
shell: bash | ||
|
@@ -62,7 +62,7 @@ jobs: | |
uses: rtCamp/[email protected] | ||
env: | ||
SLACK_WEBHOOK: '${{ secrets.SLACK_WEB_HOOK }}' | ||
SLACK_CHANNEL: '#cht-squad-docs' | ||
SLACK_CHANNEL: '#cht-doc-site' | ||
SLACK_COLOR: '#3278BD' | ||
SLACK_ICON: ":flappingphone:" | ||
SLACK_MESSAGE: 'Broken Links Found' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ This policy is reviewed and updated periodically by our Responsible Data Working | |
If you have any questions, please reach out to our Data Protection Officer at [email protected]. | ||
|
||
## Table of Contents | ||
- [Table of Contents](#table-of-contents) | ||
- [Our responsible data promise](#our-responsible-data-promise) | ||
- [Compliance with applicable data regulations and policies](#compliance-with-applicable-data-regulations-and-policies) | ||
- [Data and protected health information](#data-and-protected-health-information) | ||
|
@@ -24,7 +25,7 @@ If you have any questions, please reach out to our Data Protection Officer at su | |
- [Security practices](#security-practices) | ||
- [Technology security overview](#technology-security-overview) | ||
- [Security training for our Partners](#security-training-for-our-partners) | ||
- [Inquiries with Medic’s Data Protection Officer](#inquiries-with-medic-mobiles-data-protection-officer) | ||
- [Inquiries with Medic’s Data Protection Officer](#inquiries-with-medics-data-protection-officer) | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters