1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-07-13 01:20:42 +02:00

Make path relative

This commit is contained in:
mo8it
2025-05-23 13:37:10 +02:00
parent 520dfdc464
commit 734fc482eb

View File

@ -25,7 +25,7 @@ jobs:
- name: Upload static files as artifact - name: Upload static files as artifact
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3
with: with:
path: public/ path: ./public/
deploy: deploy:
needs: build needs: build