Skip to content

Commit d1b9dfc

Browse files
authored
ignore urls
1 parent 5aebfb3 commit d1b9dfc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/links.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
ignore_empty_alt: true
2727
tokens: |
2828
{"https://github.com": "${{ secrets.GITHUB_TOKEN }}"}
29+
ignore_url: |
30+
https://openai.com
31+
https://openai.com/research/dall-e-2-pre-training-mitigations
2932
swap_urls: |
3033
{"^(\\..*)\\.md(#?.*)$": "\\1.md.html\\2",
31-
"^(https://github\\.com/.*)#.*$": "\\1"}
34+
"^(https://github\\.com/.*)#.*$": "\\1"}

0 commit comments

Comments
 (0)