Skip to content

Commit 0601532

Browse files
authored
Merge pull request #5830 from nhsuk/fix-documentation-workflow-typo
Fix typo in RDoc generation task in deploy-documentation workflow
2 parents d234f63 + 4cf3778 commit 0601532

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
- uses: ruby/setup-ruby@v1
2323
with:
2424
bundler-cache: true
25+
2526
- name: Generate Documentation
26-
run: bundle exec rake rdocs:generate
27+
run: bundle exec rake rdoc:generate
2728

2829
- name: Deploy to GitHub Pages
2930
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)