mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-19 17:40:50 +00:00
Fix syntax error missing colon after 'artifact'.
This commit is contained in:
parent
640c1f7aca
commit
d05f639730
@ -243,7 +243,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
- download: current
|
- download: current
|
||||||
artifact rustdocs
|
artifact: rustdocs
|
||||||
- bash: |
|
- bash: |
|
||||||
git checkout --orphan test-branch/fake-gh-pages
|
git checkout --orphan test-branch/fake-gh-pages
|
||||||
git rm -rf .
|
git rm -rf .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user