chore: migrate workflows from .github to .gitea
Build and Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-05-22 17:37:38 -07:00
parent 3c162a76fc
commit 7b38cf93ee
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ function getHtmlEntries() {
const rootDirs = fs.readdirSync(__dirname);
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);
if (!fs.statSync(fullPath).isDirectory()) continue;