Skip to content

Updated content/Packs/_index.md, content/Extensions/_index.md #1400

Updated content/Packs/_index.md, content/Extensions/_index.md

Updated content/Packs/_index.md, content/Extensions/_index.md #1400

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