mirror of
https://github.com/actions/deploy-pages.git
synced 2026-02-09 03:45:15 +00:00
structuring tests and functions
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
const core = require('@actions/core')
|
||||
|
||||
const { Deployment } = require('./deployment')
|
||||
const getContext = require('./context')
|
||||
const { Deployment } = require('./functions/deployment')
|
||||
const getContext = require('./functions/context')
|
||||
|
||||
const deployment = new Deployment()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user