Skip to content

fix: bring back {lefthook_job_name} template (#1347) #907

fix: bring back {lefthook_job_name} template (#1347)

fix: bring back {lefthook_job_name} template (#1347) #907

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- master
pull_request:
jobs:
gh-pages:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- name: Setup docmd
run: npm install -g @docmd/core@0.4.11
- run: docmd build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
cname: lefthook.dev