This commit is contained in:
Tim Ruffles
2019-12-20 13:11:47 +00:00
parent 094540fe2f
commit 533e32613e
6 changed files with 16 additions and 9 deletions
+4
View File
@@ -10,4 +10,8 @@ jobs:
- uses: actions/checkout@v2
- run: npm install --production
- run: "./test.sh"
- uses: ./
name: "Check container builds"
with:
format: shell
+2 -2
View File
@@ -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 }}