Skip to content

Off-center writes in K (#56) #47

Off-center writes in K (#56)

Off-center writes in K (#56) #47

Workflow file for this run

name: publish
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: publish to wiki
run: |
git remote add wiki https://${GITHUB_ACTOR}:${INPUT_GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.wiki.git
git push wiki master --force