tweaks
This commit is contained in:
@@ -10,4 +10,8 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- run: npm install --production
|
||||
- run: "./test.sh"
|
||||
- uses: ./
|
||||
name: "Check container builds"
|
||||
with:
|
||||
format: shell
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
branches: ["master", "deploy-test"]
|
||||
|
||||
jobs:
|
||||
depoy:
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
with:
|
||||
format: html
|
||||
output: ./gh-pages/index.html
|
||||
- run: "pwd; ls"
|
||||
- run: "find ./gh-pages"
|
||||
- uses: peaceiris/actions-gh-pages@v2
|
||||
env:
|
||||
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user