Skip to content

Commit

Permalink
Do not rewrite manifest.json during 'docs serve' command (#7554)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 authored May 8, 2023
1 parent 35f8ceb commit 5a7b73b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20230508-142518.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: Do not rewrite manifest.json during 'docs serve' command
time: 2023-05-08T14:25:18.376379-04:00
custom:
Author: jtcohen6
Issue: "7553"
2 changes: 0 additions & 2 deletions core/dbt/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,13 +290,11 @@ def docs_generate(ctx, **kwargs):
@requires.profile
@requires.project
@requires.runtime_config
@requires.manifest
def docs_serve(ctx, **kwargs):
"""Serve the documentation website for your project"""
task = ServeTask(
ctx.obj["flags"],
ctx.obj["runtime_config"],
ctx.obj["manifest"],
)

results = task.run()
Expand Down

0 comments on commit 5a7b73b

Please sign in to comment.