From 28baf125d79ec86a0dfc0f8744064ffab93551b7 Mon Sep 17 00:00:00 2001 From: RodrigoDornelles Date: Fri, 1 Nov 2024 08:49:26 -0300 Subject: [PATCH] ci: fixed matrix examples in docs --- .github/workflows/DOCS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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