Skip to content

Deploy plugin

Deploy plugin #8

Workflow file for this run

name: Publish Website over SFTP
on:
workflow_run:
workflows: ['Static Linting']
types:
- completed
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: echo "Second action successfully finished!"