Skip to content

Thumb cropping and scaling (.Fill) fix. #256

Thumb cropping and scaling (.Fill) fix.

Thumb cropping and scaling (.Fill) fix. #256

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: ./visualprogramming.net/build.sh
host: 'visualprogramming.net'
username: vvvv
privateKey: ${{ secrets.SSH_PRIVATE_KEY}}