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 }}