Skip to content

Commit

Permalink
ci: πŸ› don't rerun the DAG
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez committed Dec 11, 2023
1 parent 7fd15c7 commit 0962d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dbt-docs:
mkdir -p dbt/target/docs
cp dbt/target/*.json dbt/target/index.html dbt/target/graph.gpickle dbt/target/docs/

render: run dbt-docs
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 0962d25

Please sign in to comment.