Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
i1li committed Nov 22, 2024
1 parent 730eb0e commit 6b7f458
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/deploy.yml

This file was deleted.

2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const esbuild = require('esbuild');
const fs = require('fs');
const path = require('path');
let html = fs.readFileSync('src/index.html', 'utf8');
const itemsToCopy = ['favicon.ico', '404.html', 'img', 'netlify.toml'];
const itemsToCopy = ['favicon.ico', '404.html', 'img'];
const addComment = (content, fileType) => {
const comment = "Hello and God bless! Christ is King! https://github.com/i1li/i";
switch(fileType) {
Expand Down

0 comments on commit 6b7f458

Please sign in to comment.