Issue 328 (#330)
* docs: Automatic update of API docs * fix: Added deployment token to workflow. Fixes #328 * docs: Automatic update of API docs Co-authored-by: dploeger <dploeger@users.noreply.github.com> Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
This commit is contained in:
2
.github/workflows/apidoc.yml
vendored
2
.github/workflows/apidoc.yml
vendored
@@ -13,6 +13,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.DEPLOYMENT_TOKEN }}
|
||||||
- name: Remove existing docs
|
- name: Remove existing docs
|
||||||
run: |
|
run: |
|
||||||
rm -rf docs/api
|
rm -rf docs/api
|
||||||
|
|||||||
@@ -401,6 +401,8 @@ Makes the `player` walk to the position `x`/`y`.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Dialogs
|
## Dialogs
|
||||||
|
|
||||||
Dialogs are specified by writing `?` with optional parameters, followed by a list of dialog options starting with `-`. Use `!` to end the dialog.
|
Dialogs are specified by writing `?` with optional parameters, followed by a list of dialog options starting with `-`. Use `!` to end the dialog.
|
||||||
|
|||||||
Reference in New Issue
Block a user