Skip to content

Add pre-commit hooks #11

Add pre-commit hooks

Add pre-commit hooks #11

Workflow file for this run

name: Deploy site
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install -y mandoc pandoc
- run: autoreconf -isv
- run: ./configure
- run: make site SITE_ID=238881e4-4c6d-4bcf-87df-d0fd12afd2ce
- uses: JamesIves/[email protected]
with:
folder: site-out
repository-name: jmmv/shtk
branch: gh-pages
ssh-key: ${{ secrets.SHTK_SITE_DEPLOY_KEY }}