Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Ross committed Mar 4, 2022
1 parent 4d896aa commit 7bc6eb4
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bc6eb4

Please sign in to comment.