github-pages-deploy-action/src/main.ts

6 lines
130 B
TypeScript
Raw Normal View History

2020-03-05 21:19:45 +08:00
import {action} from './constants'
import run from './lib'
// Runs the action within the GitHub actions environment.
2020-03-05 21:19:45 +08:00
run(action)