diff --git a/.github/workflows/render-webpages.yml b/.github/workflows/render-webpages.yml index 9b32131e..fc25868c 100644 --- a/.github/workflows/render-webpages.yml +++ b/.github/workflows/render-webpages.yml @@ -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