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:
Dennis Ploeger
2021-07-28 09:40:39 +02:00
committed by GitHub
parent 604cccb56d
commit 49749980f9
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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.