From 8cb690098a7af74e7bcb1d5bd8bffd5aafeb5785 Mon Sep 17 00:00:00 2001 From: Michael Hofmann Date: Wed, 5 Jun 2024 08:17:26 +0200 Subject: [PATCH] Update action --- .github/workflows/static.yml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index cdd26a3..18062e5 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -23,20 +23,22 @@ concurrency: jobs: # Single deploy job since we're just deploying - Sanity-Check: - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Run htmltest - uses: wjdp/htmltest-action@master - with: - path: index.html - Test: - - name: Checkout - uses: actions/checkout@v4 - Security: - - name: Checkout - uses: actions/checkout@v4 + # Sanity-Check: + # steps: + # - name: Checkout + # uses: actions/checkout@v4 + # - name: Run htmltest + # uses: wjdp/htmltest-action@master + # with: + # path: index.html + # Test: + # steps: + # - name: Checkout + # uses: actions/checkout@v4 + # Security: + # steps: + # - name: Checkout + # uses: actions/checkout@v4 Deployment: environment: name: github-pages