Skip to content

Commit 382e74e

Browse files
authored
Merge pull request #382 from jsta/readme-update
towards workbench applicable readme
2 parents 62a264c + ada7b21 commit 382e74e

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
[![DOI](https://zenodo.org/badge/44772343.svg)](https://zenodo.org/badge/latestdoi/44772343)
2-
[![Buildl and Deploy Website](https://github.com/datacarpentry/r-raster-vector-geospatial/actions/workflows/website.yml/badge.svg)](https://github.com/datacarpentry/r-raster-vector-geospatial/actions/workflows/website.yml)
2+
[![01 Build and Deploy Site](https://github.com/datacarpentry/r-raster-vector-geospatial/actions/workflows/sandpaper-main.yaml/badge.svg)](https://github.com/datacarpentry/r-raster-vector-geospatial/actions/workflows/sandpaper-main.yaml)
33
[![Create a Slack Account with us](https://img.shields.io/badge/Create_Slack_Account-The_Carpentries-071159.svg)](https://swc-slack-invite.herokuapp.com/)
44
[![Slack Status](https://img.shields.io/badge/Slack_Channel-dc--geospatial-E01563.svg)](https://swcarpentry.slack.com/messages/C9ME7G5RD)
55

66
# R for Raster and Vector Data
77

88
## Contributing to lesson development
99

10-
- The lesson files to be edited are in the `_epiodes_rmd` folder. This repository uses the `main` branch for development.
11-
- You can visualize the changes locally by typing `make serve` at your terminal. The site will be rendered at [http://localhost:4000](http://localhost:4000)
12-
- Each time you push a change to GitHub, Travis-CI rebuilds the lesson, and when it's successful (look for the green badge at the top of the README file), it publishes the result at [http://www.datacarpentry.org/r-raster-vector-geospatial/](http://www.datacarpentry.org/r-raster-vector-geospatial/)
13-
- Note: any manual commit to `gh-pages` will be erased and lost during the automated build and deploy cycle operated by Travis-CI.
10+
- The lesson files to be edited are in the `_episodes` folder. This repository uses the `main` branch for development.
11+
- You can visualize the changes locally with the [sandpaper](https://github.com/carpentries/sandpaper) R package by executing either the `sandpaper::serve()` or `sandpaper::build_lesson()` commands. In the former case, the site will be rendered at [http://localhost:4321](http://localhost:4321)
12+
- Each time you push a change to GitHub, Github Actions rebuilds the lesson, and when it's successful (look for the green badge at the top of the README file), it publishes the result at [http://www.datacarpentry.org/r-raster-vector-geospatial/](http://www.datacarpentry.org/r-raster-vector-geospatial/)
13+
- Note: any manual commit to `gh-pages` will be erased and lost during the automated build and deploy cycle operated by Github Actions.
1414

15-
#### Lesson Maintainers:
15+
### Lesson Maintainers:
1616

1717
- [Jemma Stachelek][stachelek_jemma]
1818
- [Ivo Arrey][arreyves]
1919
- Drake Asberry
2020

2121
[stachelek_jemma]: https://carpentries.org/instructors/#jsta
2222
[arreyves]: https://carpentries.org/instructors/#arreyves
23-
24-
25-

0 commit comments

Comments
 (0)