From 0d350196f9d24ead8044a531062d1c5f0269b2db Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Sat, 9 Apr 2022 10:43:48 -0400 Subject: [PATCH] Update scan.yml (#18) --- .github/workflows/scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index dbeb056..cda6d4a 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -53,7 +53,7 @@ jobs: - name: Save scan results to github pages uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/main' }} && always() + #if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public