From ca98cc8015e039d74cbb366929fe83df1329fa1d Mon Sep 17 00:00:00 2001 From: Mark Mikofski Date: Tue, 11 Apr 2023 21:45:12 -0700 Subject: [PATCH] create index with redirect to pdf --- .github/workflows/static.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 45bc8dc..901002a 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -31,6 +31,7 @@ jobs: pdflatex surfrad-tmy-comparison.tex mkdir docs cp surfrad-tmy-comparison.* docs/ + echo "" > docs/index.html - name: GitHub Pages action uses: peaceiris/actions-gh-pages@v3.9.0