From 3a4cfb9a9f8a88678b2ec10466da0eaaeb09716f Mon Sep 17 00:00:00 2001 From: maany Date: Tue, 30 Jan 2024 00:40:06 +0100 Subject: [PATCH] debug --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e0970cf..50cbc35 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -116,6 +116,6 @@ jobs: uses: actions/upload-pages-artifact@v3 with: path: "_site" - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 + # - name: Deploy to GitHub Pages + # id: deployment + # uses: actions/deploy-pages@v4