up
This commit is contained in:
@@ -6,11 +6,11 @@ jobs:
|
|||||||
depoy:
|
depoy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir -p /github/workspace/gh-pages
|
- run: mkdir gh-pages
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
format: txt
|
format: txt
|
||||||
output: ./gh-pages/humans.txt
|
output: ./humans.txt
|
||||||
- uses: peaceiris/actions-gh-pages@v2
|
- uses: peaceiris/actions-gh-pages@v2
|
||||||
env:
|
env:
|
||||||
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user