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

Fix path in action

This commit is contained in:
mo8it
2025-05-23 13:44:29 +02:00
parent 734fc482eb
commit 46814d397a

View File

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