From 4448df1d0c3d9cdc3efa4939a4b1b701394cb9e9 Mon Sep 17 00:00:00 2001 From: Xerbo Date: Wed, 20 Jul 2022 23:01:21 +0100 Subject: [PATCH] Don't gitignore catalouge --- .github/workflows/build.yml | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index daca5da..ab3bb54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,13 +13,13 @@ jobs: uses: actions/checkout@v3 - name: Build satfreq.json - run: python3 concatenate.py && mkdir data && mv satfreq.json data + run: rm .gitignore && python3 concatenate.py - name: Upload satfreq.json uses: actions/upload-artifact@v3 with: name: satfreq - path: data/satfreq.json + path: satfreq.json - name: Generate json/ directory listing run: cd json && (echo '') > index.html diff --git a/index.html b/index.html index 836055b..c024aae 100644 --- a/index.html +++ b/index.html @@ -130,7 +130,7 @@

Downlinks:

window.onload = function() { let xhr = new XMLHttpRequest(); - xhr.open('GET', 'data/satfreq.json'); + xhr.open('GET', 'satfreq.json'); xhr.send(); xhr.onload = function() {