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.