Skip to content

chore: title

chore: title #144

Workflow file for this run

name: publish
on:
push:
branches: [main]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: publish to pico.prose.sh
uses: burnett01/[email protected]
with:
switches: -v
path: imgs/* *.md
remote_path: /
remote_user: pico
remote_host: prose.sh
remote_key: ${{ secrets.PICO_PRIVATE_KEY }}