From 8be7e4d46bbbc6c7f30ee992d3d26d58621b32b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Benedek?= Date: Sun, 15 Oct 2023 20:01:56 +0200 Subject: [PATCH] =?UTF-8?q?Mike=20deploy=20containerb=C5=91l=20teszt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index e8cb89c1..737550b4 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -35,5 +35,5 @@ jobs: - name: Deploy docs uses: ./ with: - entrypoint: '' - args: sh -c 'GIT_COMMITTER_NAME=github-actions[bot];GIT_COMMITTER_EMAIL=github-actions[bot]@users.noreply.github.com;mike deploy 2024' \ No newline at end of file + entrypoint: ls + args: sh -c 'GIT_COMMITTER_NAME=github-actions[bot];GIT_COMMITTER_EMAIL=github-actions[bot]@users.noreply.github.com;mike deploy --push 2024' \ No newline at end of file