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