Skip to content

Commit

Permalink
end exercise with running targets and committing to git
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Nov 10, 2023
1 parent eb5b97d commit faace22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sessions/build-website.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,12 @@ tar_quarto(
git_ci("_targets.R", "Add quarto project to targets.")
```

Then, finish up by:

1. Running `targets::tar_make()` with {{< var keybind.targets_make >}}
to rebuild everything and test that the pipeline works.
2. Commit your changes to the Git history with {{< var keybind.git >}}.

## Automate rendering the website

There is a way that we could create the website and save it in the
Expand Down

0 comments on commit faace22

Please sign in to comment.