Skip to content

Commit

Permalink
Merge pull request #568 from carpentries/remove-fetch-lesson
Browse files Browse the repository at this point in the history
Remove fetch_lesson()
  • Loading branch information
ErinBecker authored Jan 22, 2024
2 parents 1886bf2 + a980edc commit eb009fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
Empty file removed R/fetch_lesson.R
Empty file.
16 changes: 0 additions & 16 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ Accessors
- `build_episode_html()` renders a built markdown file to html (internal use)
- `build_lesson()` builds the lesson into a static website
- `build_portable_lesson()` builds the lesson into a portable static website
- `fetch_lesson()` fetches the static website from the lesson repository

**Continuous Integration Utilities**

Expand Down Expand Up @@ -296,21 +295,6 @@ usethis::create_from_github(
This will copy all of the source files to your computer and move you to the
directory.

Note that the rendered website will not be immediately available. To download
the site as it currently appears on the web, use:

```{r}
sandpaper::fetch_lesson(markdown = TRUE, site = TRUE)
```

This will download the site and the rendered markdown files into the `site/`
folder. To save bandwidth, you can choose to just download the markdown files
and artifacts by settin `site = FALSE`. Now, you can edit the Rmarkdown files
in `episodes/` and quickly render the site.

To upload changes to the lesson repository, you can use the follow


### Maintaining a Lesson

When you are maintaining a lesson, there is a high likelihood that you will
Expand Down

0 comments on commit eb009fa

Please sign in to comment.