File tree Expand file tree Collapse file tree 7 files changed +1838
-22
lines changed Expand file tree Collapse file tree 7 files changed +1838
-22
lines changed Original file line number Diff line number Diff line change 31
31
cache : ' pip'
32
32
- name : Install Dependencies
33
33
run : pip install -r ./scripts/routes/requirements.txt --require-hashes --no-deps
34
- - run : python ./scripts/routes/generate.py "$CONTENT_URL" >> routes.txt
34
+ - name : Inject Generated Routes
35
+ run : python ./scripts/routes/generate.py "$CONTENT_URL" >> routes.txt
36
+ - name : Inject Legacy Routes
37
+ run : cat legacy-routes.txt >> routes.txt
35
38
- name : Upload to GitHub Artifacts
36
39
uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
37
40
with :
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 14
14
/privacy
15
15
/cookies
16
16
/404
17
- /learn
18
- /releases
19
- /projects
20
- /research
21
- /sessions
22
- /summer-sessions/2020/sessions
23
- /summer-sessions/2021/sessions
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < title > SYCL.tech - 404 </ title >
5
- < meta http-equiv ="refresh " content ="0; url=/e404 ">
6
- < script type ="text/javascript "> window . location . href = "/e404 " </ script >
4
+ < title > 404 - SYCL.tech </ title >
5
+ < meta http-equiv ="refresh " content ="0; url=/404/ ">
6
+ < script type ="text/javascript "> window . location . href = "/404/ " </ script >
7
7
< link rel ="icon " type ="image/png " href ="favicon.png "/>
8
8
</ head >
9
9
< body > </ body >
You can’t perform that action at this time.
0 commit comments