Skip to content

fixed blog date

fixed blog date #254

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