diff --git a/.github/workflows/blossom-docs.yml b/.github/workflows/build-docs.yml similarity index 77% rename from .github/workflows/blossom-docs.yml rename to .github/workflows/build-docs.yml index e46dec0b..e0990458 100644 --- a/.github/workflows/blossom-docs.yml +++ b/.github/workflows/build-docs.yml @@ -53,30 +53,9 @@ jobs: REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} REPO_KEY_DATA: ${{ secrets.BLOSSOM_KEY }} - Vulnerability-scan: - name: Vulnerability scan - needs: [Authorization] - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - with: - repository: ${{ fromJson(needs.Authorization.outputs.args).repo }} - ref: ${{ fromJson(needs.Authorization.outputs.args).ref }} - lfs: 'true' - - name: Run blossom action - uses: NVIDIA/blossom-action@main - env: - REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} - REPO_KEY_DATA: ${{ secrets.BLOSSOM_KEY }} - with: - args1: ${{ fromJson(needs.Authorization.outputs.args).args1 }} - args2: ${{ fromJson(needs.Authorization.outputs.args).args2 }} - args3: ${{ fromJson(needs.Authorization.outputs.args).args3 }} - deploy: name: Deploy Github Pages - needs: [Vulnerability-scan] + needs: [Authorization] environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}