Skip to content

Commit 00c67e2

Browse files
committed
ignore bundle build outputs
1 parent c38dd70 commit 00c67e2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
jobs:
55
build:
66
runs-on: ubuntu-latest
7+
permissions:
8+
contents: write
79
steps:
810
- uses: actions/checkout@v2
911
- uses: ruby/setup-ruby@v1
1012
with:
1113
bundler-cache: true
12-
- name: Install dependencies
13-
run: bundle install
1414
- name: Build
1515
run: |
1616
git config user.name github-actions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
.DS_Store
22
.ipynb_ckeckpoints
3+
.bundle/
4+
vendor/

0 commit comments

Comments
 (0)