File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 70
70
- name : Determine Base URL
71
71
id : base_url
72
72
run : |
73
- if [[ "${{ github.event_name }}" == "pull_request" ]]; then
74
- BASE_URL="/"
75
- elif [[ "${{ github.repository_owner }}.github.io" == "open-neuromorphic.github.io" && "${{ github.ref_name }}" == "main" ]]; then
73
+ if [[ "${{ github.repository_owner }}.github.io" == "open-neuromorphic.github.io" && "${{ github.ref_name }}" == "main" ]]; then
76
74
BASE_URL="https://open-neuromorphic.org/"
77
75
elif [[ "${{ github.repository_owner }}.github.io" == "open-neuromorphic.github.io" && "${{ github.ref_name }}" == "refactor" ]]; then
78
76
BASE_URL="https://open-neuromorphic.github.io/refactor-preview/" # Example preview URL
@@ -184,17 +182,7 @@ jobs:
184
182
--exclude-all-private
185
183
--exclude 'https://www.linkedin.com/.*'
186
184
--exclude 'https://twitter.com/intent/.*'
187
- --exclude 'https://x.com/.*'
188
185
--exclude 'https://github.com/open-neuromorphic/open-neuromorphic.github.io/issues/new/choose'
189
- --exclude 'https://*.intel.com/.*'
190
- --exclude 'https://doi.org/.*'
191
- --exclude 'https://*.biorxiv.org/.*'
192
- --exclude 'https://*.science.org/.*'
193
- --exclude 'http://blogs.sciencemag.org/.*'
194
- --exclude 'https://codeconfessions.substack.com/.*'
195
- --exclude 'https://www.kth.se/.*'
196
- --exclude 'https://ch.frenkel.github.io/.*'
197
- --exclude 'https://*.ecmlpkdd.org/.*'
198
186
'./**/*.html'
199
187
fail : false
200
188
jobSummary : true
You can’t perform that action at this time.
0 commit comments