Skip to content

Commit

Permalink
disable inactive lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKellyGenetics committed Nov 10, 2020
1 parent 0031d49 commit edf7a27
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/render-webpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ jobs:
- name: Build R gapminder lesson
run: bash wrapper.sh --repo r-novice-gapminder --account swcarpentry-ja --webpages

- name: Build R inflammation lesson
run: bash wrapper.sh --repo r-novice-inflammation --account swcarpentry-ja --webpages

- name: Build Python gapminder lesson
run: bash wrapper.sh --repo python-novice-gapminder --account swcarpentry-ja --webpages

- name: Build Python inflammation lesson
run: bash wrapper.sh --repo python-novice-inflammation --account swcarpentry-ja --webpages

- name: Build make lesson
run: bash wrapper.sh --repo make-novice --account swcarpentry-ja --webpages

- name: Build SQL lesson
run: bash wrapper.sh --repo sql-novice-survey --account swcarpentry-ja --webpages
# - name: Build R inflammation lesson
# run: bash wrapper.sh --repo r-novice-inflammation --account swcarpentry-ja --webpages
#
# - name: Build Python gapminder lesson
# run: bash wrapper.sh --repo python-novice-gapminder --account swcarpentry-ja --webpages
#
# - name: Build Python inflammation lesson
# run: bash wrapper.sh --repo python-novice-inflammation --account swcarpentry-ja --webpages
#
# - name: Build make lesson
# run: bash wrapper.sh --repo make-novice --account swcarpentry-ja --webpages
#
# - name: Build SQL lesson
# run: bash wrapper.sh --repo sql-novice-survey --account swcarpentry-ja --webpages

0 comments on commit edf7a27

Please sign in to comment.