From 63a3d054d6f4e66fbacd12a4f1a940be346ac879 Mon Sep 17 00:00:00 2001 From: Jean Tessier <jean@jeantessier.com> Date: Wed, 17 Jul 2024 16:51:55 -0700 Subject: [PATCH] Tidying up --- .github/workflows/static_website.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/static_website.yml b/.github/workflows/static_website.yml index 3ae41d34..e63ff667 100644 --- a/.github/workflows/static_website.yml +++ b/.github/workflows/static_website.yml @@ -36,15 +36,12 @@ jobs: - name: Set up Journal generator run: | ln -s ${{ github.workspace }}/cgi-bin/data2html.cgi ${{ github.workspace }}/cgi-bin/Journal.cgi - ls -al cgi-bin - name: Generate Journal run: | ${{ github.workspace }}/cgi-bin/Journal.cgi --no-headers --top-level > Journal.html - ls -al - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - # Upload entire repository path: '.' - name: Deploy to GitHub Pages id: deployment