From 95edaa24dece2d75631c3d417381fbbd8b635e02 Mon Sep 17 00:00:00 2001 From: Mark Callow Date: Fri, 31 Jan 2025 23:03:05 +0900 Subject: [PATCH] Cleanup. --- .github/workflows/build.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5902e86..7d44cb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,15 +46,7 @@ jobs: - name: Build specs run: make ghpages -# - name: Upload artifacts -# #id: upload-artifact -# # Makes a zip file of the content. -# uses: actions/upload-artifact@v4 -# with: -# name: github-pages # default name sought by deploy-pages. -# path: out/ghpages - - - name: Upload static files for GitHub Pages + - name: Upload generated files for GitHub Pages id: deployment uses: actions/upload-pages-artifact@v3 with: