Skip to content

docs: copy

docs: copy #156

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: ann/ imgs/ outage/ rfc/ status/ *.md
remote_path: /
remote_user: pico
remote_host: prose.sh
remote_key: ${{ secrets.PICO_PRIVATE_KEY }}