From 094540fe2f2abb8193e455db58772f963b42b4c1 Mon Sep 17 00:00:00 2001 From: Tim Ruffles Date: Fri, 20 Dec 2019 12:50:43 +0000 Subject: [PATCH] upd --- .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 a139f30..4186c7f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: with: format: html output: ./gh-pages/index.html - - run: ls gh-pages + - run: "pwd; ls" - uses: peaceiris/actions-gh-pages@v2 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}