Skip to content

Commit

Permalink
🚀 Deploy new version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pabio-escobar committed Dec 19, 2023
1 parent a9e6e62 commit df0e84a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,7 @@ exports.run()

Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.generateSite = void 0;
const fs_extra_1 = __nccwpck_require__(5630);
const shelljs_1 = __nccwpck_require__(33516);
const config_1 = __nccwpck_require__(99153);
const github_1 = __nccwpck_require__(38066);
Expand Down Expand Up @@ -1491,7 +1492,10 @@ const generateSite = async () => {
shelljs_1.mkdir("-p", "status-page/__sapper__/export");
shelljs_1.cp("-r", "__sapper__/export/*", "status-page/__sapper__/export");
try {
shelljs_1.cp("-r", "../assets/*", "status-page/__sapper__/export");
console.log("../assets", (await fs_extra_1.stat("../assets")).size);
console.log("../../assets", (await fs_extra_1.stat("../../assets")).size);
console.log("../../../assets", (await fs_extra_1.stat("../../../assets")).size);
// cp("-r", "../assets/*", "status-page/__sapper__/export");
}
catch (error) {
// Ignore errors if unable to find directory
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion dist/site.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/site.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df0e84a

Please sign in to comment.