Merge branch 'master' into master
commit
18ab9c4277
|
@ -43,6 +43,7 @@ jobs:
|
||||||
--exclude 'https?://(www\.)?(linkedin\.com|twitter\.com|instagram\.com|kaggle\.com|fonts\.gstatic\.com|url\.com)' \
|
--exclude 'https?://(www\.)?(linkedin\.com|twitter\.com|instagram\.com|kaggle\.com|fonts\.gstatic\.com|url\.com)' \
|
||||||
--exclude-path '**/ci.yaml' \
|
--exclude-path '**/ci.yaml' \
|
||||||
--github-token ${{ secrets.GITHUB_TOKEN }} \
|
--github-token ${{ secrets.GITHUB_TOKEN }} \
|
||||||
|
--header "User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.183 Safari/537.36" \
|
||||||
'./**/*.md' \
|
'./**/*.md' \
|
||||||
'./**/*.html'
|
'./**/*.html'
|
||||||
|
|
||||||
|
@ -63,6 +64,7 @@ jobs:
|
||||||
--exclude 'https?://(www\.)?(linkedin\.com|twitter\.com|instagram\.com|kaggle\.com|fonts\.gstatic\.com|url\.com)' \
|
--exclude 'https?://(www\.)?(linkedin\.com|twitter\.com|instagram\.com|kaggle\.com|fonts\.gstatic\.com|url\.com)' \
|
||||||
--exclude-path '**/ci.yaml' \
|
--exclude-path '**/ci.yaml' \
|
||||||
--github-token ${{ secrets.GITHUB_TOKEN }} \
|
--github-token ${{ secrets.GITHUB_TOKEN }} \
|
||||||
|
--header "User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.183 Safari/537.36" \
|
||||||
'./**/*.md' \
|
'./**/*.md' \
|
||||||
'./**/*.html' \
|
'./**/*.html' \
|
||||||
'./**/*.yml' \
|
'./**/*.yml' \
|
||||||
|
|
Loading…
Reference in New Issue