From abe4f039db49655ecb6480c9cd557ac56873747b Mon Sep 17 00:00:00 2001 From: j-hc Date: Sun, 1 Oct 2023 00:18:13 +0300 Subject: [PATCH] checkout build.md --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31f734b..c58c946 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - if ! git checkout update; then + if ! git checkout update build.md; then echo "first time building!" echo "SHOULD_BUILD=1" >> $GITHUB_OUTPUT else