From c8a0b5d1ee09722e420fa842a5c25e2874a156b9 Mon Sep 17 00:00:00 2001 From: unclekingpin Date: Thu, 18 May 2023 13:38:05 -0700 Subject: [PATCH] test with pages-ci --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3151839d7..fc80dc7b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,6 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build - destination_dir: ${{ github.ref_name != 'development' && github.ref_name || '' }} + destination_dir: ${{ github.ref_name != 'pages-ci' && github.ref_name || '' }} keep_files: true allow_empty_commit: true