Skip to content

Commit eec3b41

Browse files
committed
Обновлён список исключений
1 parent 59cfbf0 commit eec3b41

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pr_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- name: Build Book
2727
run: bundle exec rake book:build
2828

29-
- name: 'Upload Artifact'
29+
- name: 'Save Artifacts'
3030
uses: actions/upload-artifact@v3
3131
with:
32-
name: Buikd Artifacts
32+
name: Build Artifacts
3333
path: |
3434
book/contributors.txt
3535
attributes-ru.adoc

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ output
22
.DS_Store
33
.vscode
44
.bundle
5+
.vendor
56

67
# build artifacts
78
Gemfile.lock

0 commit comments

Comments
 (0)