Skip to content

Commit

Permalink
Revert "gh wf: link without index.html to make the svlete app happy"
Browse files Browse the repository at this point in the history
This reverts commit 0d72899.

[skip ci]
  • Loading branch information
tbouffard committed Aug 19, 2024
1 parent 0d72899 commit 93426bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-typescript-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
with:
script: |
const {PROJECTS_PATH} = process.env;
const projectsListing = PROJECTS_PATH.split(' ').filter(name => name.trim() !== '').map(name => `<li><a href="${name}/" target="_blank">${name}</a></li>`).join('\n');
const projectsListing = PROJECTS_PATH.split(' ').filter(name => name.trim() !== '').map(name => `<li><a href="${name}/index.html" target="_blank">${name}</a></li>`).join('\n');
let htmlContent = `<!DOCTYPE html>
<html lang="en">
Expand Down

0 comments on commit 93426bc

Please sign in to comment.