From ce8144706ad7240cdfc33a47fa06e97412a1f542 Mon Sep 17 00:00:00 2001 From: Sasha Moak Date: Wed, 11 Nov 2020 14:55:46 -0800 Subject: [PATCH] Using master branch of crazy-max/ghaction-github-pages Author of that action suggested using the master branch as they have made changes. See https://github.com/crazy-max/ghaction-github-pages/issues/129#issuecomment-725678807 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 180dfb7..c40f19a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: MIX_ENV: prod - name: Deploy if: success() - uses: crazy-max/ghaction-github-pages@v2 + uses: crazy-max/ghaction-github-pages@master with: target_branch: production build_dir: _build/prod