From e75e89dc8979634ff59f9522116d0cd68ed44230 Mon Sep 17 00:00:00 2001 From: Christoph Gutmann Date: Tue, 20 Feb 2024 13:54:49 +0100 Subject: [PATCH] wip --- .../workflows/azure-static-web-apps-ashy-stone-0a97fa003.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-ashy-stone-0a97fa003.yml b/.github/workflows/azure-static-web-apps-ashy-stone-0a97fa003.yml index 559fec3..73f48ff 100644 --- a/.github/workflows/azure-static-web-apps-ashy-stone-0a97fa003.yml +++ b/.github/workflows/azure-static-web-apps-ashy-stone-0a97fa003.yml @@ -16,13 +16,13 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Pages - #uses: actions/configure-pages@v4 + uses: actions/configure-pages@v4 - name: Build with Jekyll uses: actions/jekyll-build-pages@v1 with: source: ./ destination: ./_site - - name: Upload artifact + #- name: Upload artifact #uses: actions/upload-pages-artifact@v3 build_and_deploy_job: if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')