Skip to content

Merge pull request #1424 from pqrs-org/personal_tekezo #715

Merge pull request #1424 from pqrs-org/personal_tekezo

Merge pull request #1424 from pqrs-org/personal_tekezo #715

name: github pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: build
run: make
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: deploy
run: bash scripts/update-gh-pages.sh