mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-03 20:54:48 +00:00
Fix path in action
Some checks failed
Check / clippy (push) Has been cancelled
Check / fmt (push) Has been cancelled
Check / test (macos-latest) (push) Has been cancelled
Check / test (ubuntu-latest) (push) Has been cancelled
Check / test (windows-latest) (push) Has been cancelled
Check / dev-check (push) Has been cancelled
Some checks failed
Check / clippy (push) Has been cancelled
Check / fmt (push) Has been cancelled
Check / test (macos-latest) (push) Has been cancelled
Check / test (ubuntu-latest) (push) Has been cancelled
Check / test (windows-latest) (push) Has been cancelled
Check / dev-check (push) Has been cancelled
This commit is contained in:
parent
734fc482eb
commit
46814d397a
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user