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:
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
@ -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: website/public/
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
|
Reference in New Issue
Block a user