chore: migrate workflows from .github to .gitea
Build and Deploy / build-and-deploy (push) Has been cancelled
Build and Deploy / build-and-deploy (push) Has been cancelled
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ function getHtmlEntries() {
|
|||||||
|
|
||||||
const rootDirs = fs.readdirSync(__dirname);
|
const rootDirs = fs.readdirSync(__dirname);
|
||||||
for (const dir of rootDirs) {
|
for (const dir of rootDirs) {
|
||||||
if (['.git', '.github', 'node_modules', 'dist', 'lit-components', 'lit-showcase', 'tests'].includes(dir)) continue;
|
if (['.git', '.gitea', 'node_modules', 'dist', 'lit-components', 'lit-showcase', 'tests'].includes(dir)) continue;
|
||||||
|
|
||||||
const fullPath = resolve(__dirname, dir);
|
const fullPath = resolve(__dirname, dir);
|
||||||
if (!fs.statSync(fullPath).isDirectory()) continue;
|
if (!fs.statSync(fullPath).isDirectory()) continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user