Skip to content

Commit

Permalink
fix(): run Syft later so the file will remain, seems to be a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelvesavuori committed Oct 24, 2022
1 parent 6d89a6d commit 26206c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Publish docs
uses: mikaelvesavuori/documentarian-action@v1.0.1
uses: mikaelvesavuori/documentarian-action@v1.0.2
with:
schema_path: "api/schema.json"
cloudformation_path: ".serverless/cloudformation-template-update-stack.json"
Expand Down
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ main() {
if [ -f "package.json" ]; then
installNodeDependencies
setOwnership
runSyft
generateTypedoc
generateMadge
runSyft
fi

# All of these have their own respective checks before running
Expand Down

0 comments on commit 26206c6

Please sign in to comment.