Skip to content

Community: added /school/ to linkedin match, overview logos cosmetics #422

Community: added /school/ to linkedin match, overview logos cosmetics

Community: added /school/ to linkedin match, overview logos cosmetics #422

Workflow file for this run

name: deploy hugo pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: build on target
uses: garygrossgarten/github-action-ssh@release
with:
command: ./vvvv.org/build.sh
host: 'vvvv.org'
username: vvvv
privateKey: ${{ secrets.SSH_PRIVATE_KEY}}