Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .commitlintrc.json
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
{
"extends": ["@commitlint/config-conventional"]
}
}
8 changes: 4 additions & 4 deletions .github/workflows/deploy-aws.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 0

- name: Validate PR Title
uses: wagoid/commitlint-github-action@v5
uses: wagoid/commitlint-github-action@v5
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN }}
with:
Expand DownExpand Up@@ -79,7 +79,7 @@ jobs:
--cache-control "public, max-age=0, must-revalidate" \
--exclude "*" \
--include "sitemap.xml"

cleanup-staging:
name: Stop Staging Site
needs: build-and-deploy
Expand All@@ -95,4 +95,4 @@ jobs:

- name: Stop Staging Site
run: |
aws s3 rm s3://${{secrets.AWS_S3_BUCKET }}/ --recursive
aws s3 rm s3://${{secrets.AWS_S3_BUCKET }}/ --recursive
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 0

- name: Validate PR Title
uses: wagoid/commitlint-github-action@v5
uses: wagoid/commitlint-github-action@v5
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion broken_links.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -756,4 +756,4 @@
"link_type": "markdown"
}
]
}
}