Skip to content

Add blended primitives and update knitscape links #80

Add blended primitives and update knitscape links

Add blended primitives and update knitscape links #80

Workflow file for this run

on:
push:
branches:
- main
name: SCP Web Files to UW Server
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: copy file via ssh password
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: "*,!.git"
target: "public_html"