From 0d0bc8f401b252b6f256b4ba7580dfbb13017db8 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Tue, 27 Jul 2021 15:36:32 -0700 Subject: [PATCH] Validation error with YAML file - single step cannot include run and uses. --- .github/workflows/actions-migration.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions-migration.yml b/.github/workflows/actions-migration.yml index 1595de6bcd..5551b53fce 100644 --- a/.github/workflows/actions-migration.yml +++ b/.github/workflows/actions-migration.yml @@ -61,10 +61,11 @@ jobs: repository: mitre/cti #check out https://github.com/mitre/cti.git, defaults to HEAD path: "~/security-content/" - - name: Generate documentation - uses: actions/setup-node@v2 + #Now generate the documentation (uses Node) + - uses: actions/setup-node@v2 with: node-version: '14' #can easily be changed to a different version + - name: Generate documentation run: | cd security-content source venv/bin/activate