diff --git a/.github/workflows/GeneratePage.yml b/.github/workflows/GeneratePage.yml index 0adb41c..10f5435 100644 --- a/.github/workflows/GeneratePage.yml +++ b/.github/workflows/GeneratePage.yml @@ -139,14 +139,44 @@ jobs: # Generate index.html with links to all files in .out directory - name: Generate index.html run: | - echo "

Generated Files

" >> .out/index.html + echo "" >> .out/index.html + echo "" >> .out/index.html shell: bash - name: Setup Pages