Skip to content

Commit 2fc64ea

Browse files
fix?
1 parent 95e5cf5 commit 2fc64ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: sed -i 's/__PAGE_TITLE__/L2F Playground/g' index.html
3838
- name: Set Title for RAPTOR
3939
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
40+
run: "sed -i 's/__PAGE_TITLE__/RAPTOR: A Foundation Policy for Quadrotor Control/g' index.html"
4141
- name: Setup Pages
4242
uses: actions/configure-pages@v5
4343
# - name: Download dependencies

0 commit comments

Comments
 (0)