File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,7 @@ concurrency:
2121 group : " pages"
2222 cancel-in-progress : false
2323
24- jobs :
25- # Step for the first repository
26- - name : Set Title for L2F Playground
27- if : github.repository == 'rl-tools/l2f-studio'
28- run : sed -i 's/__PAGE_TITLE__/L2F Playground/g' index.html
29-
30- # Step for the second repository
31- - name : Set Title for RAPTOR
32- if : github.repository == 'rl-tools/raptor.rl.tools'
33- run : sed -i 's/__PAGE_TITLE__/RAPTOR: A Foundation Policy for Quadrotor Control/g' index.html
34- # Single deploy job since we're just deploying
24+ jobs :
3525 deploy :
3626 environment :
3727 name : github-pages
4232 uses : actions/checkout@v4
4333 with :
4434 submodules : recursive
35+ - name : Set Title for L2F Playground
36+ if : github.repository == 'rl-tools/l2f-studio'
37+ run : sed -i 's/__PAGE_TITLE__/L2F Playground/g' index.html
38+ - name : Set Title for RAPTOR
39+ if : github.repository == 'rl-tools/raptor.rl.tools'
40+ run : sed -i 's/__PAGE_TITLE__/RAPTOR: A Foundation Policy for Quadrotor Control/g' index.html
4541 - name : Setup Pages
4642 uses : actions/configure-pages@v5
4743# - name: Download dependencies
You can’t perform that action at this time.
0 commit comments