We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21e845 commit 0f07c0eCopy full SHA for 0f07c0e
.github/workflows/pages.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build with RDoc
32
run: bundle exec rake rdoc
33
- name: Upload artifact
34
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v2
35
with: { path: 'doc' }
36
37
deploy:
0 commit comments