From feac530317eda8e8d60a42731b624006a6c95139 Mon Sep 17 00:00:00 2001 From: Simon Cooksey Date: Tue, 26 Sep 2023 14:32:53 +0100 Subject: [PATCH] call gh pages deploy correctly. drop our tarball step. --- .github/workflows/makefile.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index bdfa1f6..03fa995 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -21,9 +21,8 @@ jobs: - name: Build website run: make all - - name: Compress site into tarball - run: tar cavf github-pages.tar.gz public/* - - name: Upload Pages artifact uses: actions/upload-pages-artifact@v2 + with: + path: public/