Skip to content

Edu also includes people with corresponding rendering in the profiles #450

Edu also includes people with corresponding rendering in the profiles

Edu also includes people with corresponding rendering in the profiles #450

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}}