From a9625873ff0815305622fa7fce4a3de5788c1fb2 Mon Sep 17 00:00:00 2001 From: Tim Ruffles Date: Fri, 20 Dec 2019 12:00:36 +0000 Subject: [PATCH] up --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c04d2b6..80f986f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,11 +6,11 @@ jobs: depoy: runs-on: ubuntu-latest steps: - - run: mkdir -p /github/workspace/gh-pages + - run: mkdir gh-pages - uses: ./ with: format: txt - output: ./gh-pages/humans.txt + output: ./humans.txt - uses: peaceiris/actions-gh-pages@v2 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}