mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-16 22:56:28 +00:00
bug: fix import
Closes https://github.com/bcomnes/deploy-to-neocities/issues/8
This commit is contained in:
parent
3c952f902a
commit
5cf59d6e7f
2
index.js
2
index.js
@ -3,7 +3,7 @@ const core = require('@actions/core')
|
|||||||
const Neocities = require('async-neocities')
|
const Neocities = require('async-neocities')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
const ms = require('ms')
|
const ms = require('ms')
|
||||||
const assert = require('webassert')
|
const assert = require('webassert').default
|
||||||
const fsp = require('fs').promises
|
const fsp = require('fs').promises
|
||||||
|
|
||||||
async function doDeploy () {
|
async function doDeploy () {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user