diff --git a/.github/workflows/build-site.yaml b/.github/workflows/build-site.yaml index 100531d..d0dd52a 100644 --- a/.github/workflows/build-site.yaml +++ b/.github/workflows/build-site.yaml @@ -45,23 +45,6 @@ jobs: - name: Get membership data run: | Rscript R/update_people.R -# -# - name: Cache Ruby Gems -# uses: actions/cache@v2 -# if: ${{ !env.ACT }} ## Doesn't work locally with ACT -# with: -# cache-version: 2 -# path: vendor/bundle -# key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }} -# restore-keys: | -# ${{ runner.os }}-gems- -# -# - uses: helaili/jekyll-action@v2 -# with: -# token: ${{ secrets.GITHUB_TOKEN }} -# target_path: docs -# target_branch: master -# build_only: true - name: install jekyll dependencies & build site uses: limjh16/jekyll-action-ts@v2