diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ab3bb54..afe8682 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -22,7 +22,15 @@ jobs:
path: satfreq.json
- name: Generate json/ directory listing
- run: cd json && (echo '
'; for i in *; do echo "- $i
"; done; echo '
') > index.html
+ run: |
+ cd json &&
+ (echo '- ..
'
+ for i in *; do
+ if [ "$i" != "index.html" ]; then
+ echo "- $i
"
+ fi
+ done
+ echo '
') > index.html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
diff --git a/.gitignore b/.gitignore
index 16c64cd..bc205f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
satfreq.json
+json/index.html
diff --git a/index.html b/index.html
index c024aae..06317f5 100644
--- a/index.html
+++ b/index.html
@@ -176,7 +176,7 @@ Downlinks: