We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e5cf5 commit 2fc64eaCopy full SHA for 2fc64ea
.github/workflows/static.yml
@@ -37,7 +37,7 @@ jobs:
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
+ run: "sed -i 's/__PAGE_TITLE__/RAPTOR: A Foundation Policy for Quadrotor Control/g' index.html"
41
- name: Setup Pages
42
uses: actions/configure-pages@v5
43
# - name: Download dependencies
0 commit comments