Update mdbook to v0.5.1 (#8437)
This commit is contained in:
parent
58fed6554f
commit
b5f27b5668
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Install latest mdbook
|
||||
run: |
|
||||
tag="v0.5.0-beta.1"
|
||||
tag="v0.5.1"
|
||||
url="https://github.com/rust-lang/mdbook/releases/download/${tag}/mdbook-${tag}-x86_64-unknown-linux-gnu.tar.gz"
|
||||
mkdir mdbook
|
||||
curl -sSL $url | tar -xz --directory=./mdbook
|
||||
|
||||
@ -121,7 +121,7 @@
|
||||
- Added option to disable object event shadows
|
||||
- Added option to turn DNS on or off, `OW_ENABLE_DNS`
|
||||
- Added option to for vanilla shadow behaviour, `OW_OBJECT_VANILLA_SHADOWS`
|
||||
- Scripts containing consecutive `removeobject <object> and `addobject <object>` needs a `delay 1` between the commands.
|
||||
- Scripts containing consecutive `removeobject <object>` and `addobject <object>` needs a `delay 1` between the commands.
|
||||
```diff
|
||||
removeobject MY_OBJECT
|
||||
+ delay 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user