mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 14:07:58 +00:00
remove Brewfile.lock.json
This commit is contained in:
parent
24ddf41240
commit
5263a4ef9c
2 changed files with 1 additions and 3 deletions
3
.github/workflows/github-pages.yml
vendored
3
.github/workflows/github-pages.yml
vendored
|
@ -15,8 +15,7 @@ jobs:
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.brew_cache.outputs.dir }}
|
path: ${{ steps.brew_cache.outputs.dir }}
|
||||||
key: brew-${{ hashFiles('**/Brewfile.lock.json') }}
|
key: brew-v3
|
||||||
restore-keys: brew-
|
|
||||||
- name: Git config
|
- name: Git config
|
||||||
run: |
|
run: |
|
||||||
git config user.name bot
|
git config user.name bot
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,2 @@
|
||||||
node_modules
|
node_modules
|
||||||
Brewfile.lock.json
|
|
||||||
/book
|
/book
|
||||||
|
|
Loading…
Add table
Reference in a new issue