From eea3bd5a831f8743f8198503d0cda42f8780f13b Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 1 Sep 2019 01:21:12 +0200 Subject: [PATCH] Test branch --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e4a31f8..69bc4bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: if: success() uses: crazy-max/ghaction-github-pages@master with: - target_branch: gh-pages + target_branch: test build_dir: public env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}