Skip to content

chore: update footer #82

chore: update footer

chore: update footer #82

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 prose.sh
uses: burnett01/[email protected]
with:
switches: -v
path: imgs/* *.md
remote_path: /
remote_user: hey
remote_host: prose.sh
remote_key: ${{ secrets.PRIVATE_KEY }}