diff --git a/.github/workflows/deploy-embedded-rust-arduino.yml b/.github/workflows/deploy-embedded-rust-arduino.yml index 504d7e2..2f24fd6 100644 --- a/.github/workflows/deploy-embedded-rust-arduino.yml +++ b/.github/workflows/deploy-embedded-rust-arduino.yml @@ -47,3 +47,5 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 + with: + page_url: "/embedded/rust/arduino"