Compare commits

...

27 Commits

Author SHA1 Message Date
Ajay Singh 0f2c0ae75b
Merge a1635cb5d8 into 3e5b5a51d1 2024-11-19 21:22:55 +00:00
Leithen 3e5b5a51d1
Skip check if file is not .yml or .md (#11760) 2024-11-19 16:22:42 -05:00
Ajay Singh a1635cb5d8
Merge branch 'EbookFoundation:main' into q10 2024-11-08 13:35:42 +05:30
Ajay Singh e71ca33083
Merge branch 'EbookFoundation:main' into q10 2024-10-18 20:33:57 +05:30
Ajay Singh 6882157b49
Update _config.yml 2024-10-18 20:32:04 +05:30
Ajay Singh daf4b22dbf
Update _config.yml 2024-10-18 20:31:27 +05:30
Ajay Singh a98958822b
Merge branch 'EbookFoundation:main' into q10 2024-10-18 20:04:43 +05:30
Ajay Singh 3a74b1aa87
Delete _includes/head-custom-google-analytics.html 2024-10-18 08:00:56 +05:30
Ajay Singh de09be7d2d
Update head-custom.html 2024-10-18 07:55:50 +05:30
Ajay Singh 49524ab248
Merge branch 'EbookFoundation:main' into q10 2024-10-18 07:51:14 +05:30
Ajay Singh 4c0320b916
Add files via upload 2024-10-18 07:48:00 +05:30
Ajay Singh cf2a1f15e5
Update _config.yml 2024-10-18 07:33:18 +05:30
Ajay Singh 1f8085c831
Delete _layout directory 2024-10-18 07:28:51 +05:30
Ajay Singh 07b5444a9e
Update default.html 2024-10-18 06:44:27 +05:30
Ajay Singh a0bb970995
Merge branch 'EbookFoundation:main' into q10 2024-10-18 06:23:56 +05:30
Ajay Singh 85ae3d62f9
Update default.html 2024-10-18 06:23:44 +05:30
Ajay Singh 95fa1406df
Merge branch 'EbookFoundation:main' into q10 2024-10-18 06:14:24 +05:30
Ajay Singh 970363142e
Update default.html 2024-10-17 16:44:57 +05:30
Ajay Singh a25f16d923
Update default.html 2024-10-17 16:43:14 +05:30
Ajay Singh d59b56e77a
Update default.html 2024-10-17 16:40:30 +05:30
Ajay Singh a8de008415
Update _config.yml 2024-10-17 16:39:29 +05:30
Ajay Singh 0a4bb6274c
Update default.html 2024-10-17 16:36:41 +05:30
Ajay Singh d780ee06ea
Update _config.yml 2024-10-17 16:32:12 +05:30
Ajay Singh b1ccdc9a38
Update default.html 2024-10-17 16:18:31 +05:30
Ajay Singh b6abf17731
Add files via upload 2024-10-17 16:17:33 +05:30
Ajay Singh 0a227ccbb4
Update _config.yml 2024-10-17 16:07:33 +05:30
Ajay Singh a2ba3c07ea
Add files via upload 2024-10-17 16:05:58 +05:30
3 changed files with 13 additions and 0 deletions

View File

@ -74,14 +74,17 @@ jobs:
fail-fast: false
steps:
- name: Checkout
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
uses: actions/checkout@v4
with:
fetch-depth: ${{ needs.get-changed-files.outputs.fetch-depth }}
- name: Setup Ruby v2.6
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Install awesome_bot
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
run: |
gem install awesome_bot
- name: Set output
@ -101,6 +104,7 @@ jobs:
echo "FILEPATH=${file_path}" >> "$GITHUB_OUTPUT"
- name: "Check URLs of file: ${{ matrix.file }}"
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
run: |
awesome_bot "${{ matrix.file }}" --allow-redirect --allow-dupe --allow-ssl || true;
- uses: actions/upload-artifact@v4

View File

@ -0,0 +1,9 @@
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
<!-- Setup Google Analytics -->
<!-- You can set your favicon here -->
<link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}">
<!-- end custom head snippets -->

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB