]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Fix typo
authorRuben Beltran del Rio <redacted>
Sat, 7 Oct 2023 14:50:46 +0000 (16:50 +0200)
committerRuben Beltran del Rio <redacted>
Sat, 7 Oct 2023 14:50:46 +0000 (16:50 +0200)
.build.yml

index 98f6a7a29522ce308226c40cbd703a8e3c343c51..19c891af3c558f5daf64056e52e630c27919c8c5 100644 (file)
@@ -12,11 +12,9 @@ tasks:
   - build_page: |
       cd page
       make -e profile=release
-      cd ..
   - generate_page: |
-      cd unlimited.piza
+      cd unlimited.pizza
       ../page/target/release/page
-      cd ..
   - sync_html: |
       rsync -r unlimited.pizza_html/ deploy@barthes.unlimited.pizza:/var/www/www
   - sync_gemini: |