mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-24 15:51:36 +00:00
bug: fix import
Closes https://github.com/bcomnes/deploy-to-neocities/issues/8
This commit is contained in:
2
index.js
2
index.js
@@ -3,7 +3,7 @@ const core = require('@actions/core')
|
||||
const Neocities = require('async-neocities')
|
||||
const path = require('path')
|
||||
const ms = require('ms')
|
||||
const assert = require('webassert')
|
||||
const assert = require('webassert').default
|
||||
const fsp = require('fs').promises
|
||||
|
||||
async function doDeploy () {
|
||||
|
||||
Reference in New Issue
Block a user