Skip to content

Commit

Permalink
Merge branch 'main' into banner_page
Browse files Browse the repository at this point in the history
  • Loading branch information
realshuting authored Oct 9, 2024
2 parents aef7c22 + 7e79876 commit dcb98b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Check unrendered links
id: lychee_unrendered
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.0
uses: lycheeverse/lychee-action@7da8ec1fc4e01b5a12062ac6c589c10a4ce70d67 # v2.0.0
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

# - name: Check rendered links
# id: lychee_rendered
# uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.0
# uses: lycheeverse/lychee-action@7da8ec1fc4e01b5a12062ac6c589c10a4ce70d67 # v2.0.0
# env:
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# with:
Expand Down
7 changes: 6 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,9 @@ status = 200
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "SAMEORIGIN"
X-Frame-Options = "SAMEORIGIN"

[[headers]]
for = "/blog/index.xml"
[headers.values]
access-control-allow-origin = "*"

0 comments on commit dcb98b6

Please sign in to comment.