From 389f0ae20f8c8546f5746b5d71d961660e687d50 Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Fri, 1 Mar 2024 12:47:42 -0600 Subject: [PATCH] whoops --- .github/workflows/deployment.yml | 6 +----- output/.nojekyll | 0 output/CNAME | 1 + 3 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 output/.nojekyll create mode 100644 output/CNAME diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 1113de4..0c47711 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -43,11 +43,7 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt - name: Generate html - run: | - mkdir output - touch output/.nojekyll - echo progress.shiptest.net > output/CNAME - python3 main.py + run: python3 main.py - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: diff --git a/output/.nojekyll b/output/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/output/CNAME b/output/CNAME new file mode 100644 index 0000000..61adff7 --- /dev/null +++ b/output/CNAME @@ -0,0 +1 @@ +progress.shiptest.net \ No newline at end of file