Skip to content

Commit

Permalink
Обновлён список исключений
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganov committed Feb 4, 2023
1 parent 59cfbf0 commit eec3b41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Build Book
run: bundle exec rake book:build

- name: 'Upload Artifact'
- name: 'Save Artifacts'
uses: actions/upload-artifact@v3
with:
name: Buikd Artifacts
name: Build Artifacts
path: |
book/contributors.txt
attributes-ru.adoc
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ output
.DS_Store
.vscode
.bundle
.vendor

# build artifacts
Gemfile.lock
Expand Down

0 comments on commit eec3b41

Please sign in to comment.