mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Validation error with YAML file - single step cannot
include run and uses.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user