diff --git a/.github/workflows/DOCS.yml b/.github/workflows/DOCS.yml index e4b610b..8d798d4 100644 --- a/.github/workflows/DOCS.yml +++ b/.github/workflows/DOCS.yml @@ -52,7 +52,7 @@ jobs: luaVersion: '5.4' - run: | - lua tools/cd_docs_example.lua @${{ matrix.game }} + lua tools/cd_docs_example.lua ${{ matrix.game }} - if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'workflow_dispatch' uses: cloudflare/pages-action@v1