Validation error with YAML file - single step cannot

include run and uses.
This commit is contained in:
pyth0n1c
2021-07-27 15:36:32 -07:00
parent 6a6d1f80ec
commit 0d0bc8f401
+3 -2
View File
@@ -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