mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-06-19 22:58:50 +02:00
Make path relative
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Upload static files as artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: public/
|
||||
path: ./public/
|
||||
|
||||
deploy:
|
||||
needs: build
|
||||
|
||||
Reference in New Issue
Block a user