diff --git a/.github/workflows/workflows.yml b/.github/workflows/workflows.yml index 0ae7cfa..3a647a6 100644 --- a/.github/workflows/workflows.yml +++ b/.github/workflows/workflows.yml @@ -42,9 +42,11 @@ jobs: path: www/sitemap.txt Deployment: - needs: Sitemap_txt - if: (github.ref == 'refs/heads/master' || github.ref == 'auto_deploy') + needs: + - HTML_Lint + - Sitemap_txt + if: (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/auto_deploy') runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 \ No newline at end of file + uses: actions/checkout@v4