Skip to content

Commit 95e5cf5

Browse files
fix?
1 parent 6fe5c7b commit 95e5cf5

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.github/workflows/static.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff 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
@@ -42,6 +32,12 @@ jobs:
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

0 commit comments

Comments
 (0)