Skip to content

Commit

Permalink
chore: 🎨 remove evidence
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez committed Mar 13, 2024
1 parent 35fd72a commit bdab31a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ dbt-docs:
mkdir -p dbt/target/docs
cp dbt/target/*.json dbt/target/index.html dbt/target/graph.gpickle dbt/target/docs/

evidence:
npm --prefix ./portal/reports install
npm --prefix ./portal/reports run sources
npm --prefix ./portal/reports run build

render: dbt-docs evidence
render: dbt-docs
cp README.md portal/README.md
quarto render portal
cd portal && quarto render README.md -M output-file:index
Expand Down

0 comments on commit bdab31a

Please sign in to comment.