Skip to content

Commit aa766e8

Browse files
authored
seleccioné tipo de taller en el config.yml
1 parent fe165bd commit aa766e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# When setting this field to "incubator", please uncomment the
1919
# incubator_lesson_site, incubator_pre_survey, and incubator_post_survey
2020
# lines further down this file and add the URL to the relevant lesson site.
21-
carpentry: "swc"
21+
carpentry: "dc"
2222

2323
# This option is currently only needed for
2424
# Data Carpentry and Software Carpentry workshops.
@@ -33,15 +33,15 @@ carpentry: "swc"
3333
# dc-image: for Data Carpentry Image Processing
3434
# swc-inflammation: for Software Carpentry based on the inflammation dataset
3535
# swc-gapminder: for Software Carpentry based on the Gapminder dataset
36-
curriculum: "FIXME"
36+
curriculum: "dc-genomics"
3737

3838
# If there is both an R and python official version of a curriculum
3939
# (as listed on https://software-carpentry.org/lessons/ and
4040
# https://datacarpentry.org/lessons/), change the
4141
# value of the variable below ("flavor") to get the schedule and installation
4242
# instructions updated accordingly (valid values are 'r' or 'python').
4343
# Note: this is only for Data Carpentry and SWC at this time.
44-
flavor: "FIXME"
44+
flavor: "R"
4545

4646
# If the workshop will be a lesson pilot (for a new official lesson or
4747
# a lesson in The Carpentries Incubator), set pilot to "true"

0 commit comments

Comments
 (0)