From 49749980f9fa510135e71a4ccf95da275bbd8a2c Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Wed, 28 Jul 2021 09:40:39 +0200 Subject: [PATCH] Issue 328 (#330) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Automatic update of API docs * fix: Added deployment token to workflow. Fixes #328
 * docs: Automatic update of API docs Co-authored-by: dploeger Co-authored-by: Dennis Ploeger --- .github/workflows/apidoc.yml | 2 ++ docs/esc.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/apidoc.yml b/.github/workflows/apidoc.yml index 69805e9b..f630b930 100644 --- a/.github/workflows/apidoc.yml +++ b/.github/workflows/apidoc.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Remove existing docs run: | rm -rf docs/api diff --git a/docs/esc.md b/docs/esc.md index 8e6fb65d..727f7500 100644 --- a/docs/esc.md +++ b/docs/esc.md @@ -401,6 +401,8 @@ Makes the `player` walk to the position `x`/`y`. + + ## Dialogs Dialogs are specified by writing `?` with optional parameters, followed by a list of dialog options starting with `-`. Use `!` to end the dialog.