Skip to content

Create HowToUpdateWritebook.md #94

Create HowToUpdateWritebook.md

Create HowToUpdateWritebook.md #94

Workflow file for this run

name: Wyam
on:
push:
branches:
- source # default branch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.1.802
- name: Install Wyam
run: dotnet tool install --tool-path . wyam.tool
- name: Publish blog
run: ./wyam -r blog -t Phantom
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: master # deploying branch
publish_dir: ./output