We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59cfbf0 commit eec3b41Copy full SHA for eec3b41
2 files changed
.github/workflows/pr_build.yml
@@ -26,10 +26,10 @@ jobs:
26
- name: Build Book
27
run: bundle exec rake book:build
28
29
- - name: 'Upload Artifact'
+ - name: 'Save Artifacts'
30
uses: actions/upload-artifact@v3
31
with:
32
- name: Buikd Artifacts
+ name: Build Artifacts
33
path: |
34
book/contributors.txt
35
attributes-ru.adoc
.gitignore
@@ -2,6 +2,7 @@ output
2
.DS_Store
3
.vscode
4
.bundle
5
+.vendor
6
7
# build artifacts
8
Gemfile.lock
0 commit comments