From 5263a4ef9c48611098ef7b04459ff2e15d3bb899 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 1 Aug 2022 17:48:16 +0900 Subject: [PATCH] remove Brewfile.lock.json --- .github/workflows/github-pages.yml | 3 +-- .gitignore | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index c0baea3..357c9fd 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -15,8 +15,7 @@ jobs: - uses: actions/cache@v3 with: path: ${{ steps.brew_cache.outputs.dir }} - key: brew-${{ hashFiles('**/Brewfile.lock.json') }} - restore-keys: brew- + key: brew-v3 - name: Git config run: | git config user.name bot diff --git a/.gitignore b/.gitignore index a4bca9b..cd95b22 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ node_modules -Brewfile.lock.json /book