Skip to content

Commit

Permalink
Update test_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TartanLlama authored Aug 21, 2019
1 parent a070235 commit 4895ded
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ jobs:
test:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- name: Build
uses: TartanLlama/actions-eleventy@master
- name: Deploy
uses: peaceiris/[email protected]
with:
publish_dir: _site
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
env:
PUBLISH_DIR: _site
PUBLISH_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4895ded

Please sign in to comment.