Skip to content

Commit

Permalink
ci: fixed matrix examples in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoDornelles authored Nov 1, 2024
1 parent 160dcd7 commit 28baf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DOCS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28baf12

Please sign in to comment.