Skip to content

Commit

Permalink
T-91: Add GitHub links to docs (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
marian13 committed Mar 14, 2022
1 parent fca63df commit 67e97b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
bundler-cache: true
- name: Generate docs
working-directory: ./
run: bundle exec sdoc lib -T rails -o docs
run: bundle exec sdoc lib -T rails -o docs --github
- name: Deploy docs to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/marian

* Update docs:
```bash
bundle exec sdoc lib -T rails -o docs
bundle exec sdoc lib -T rails -o docs --github
```

* Find missed docs:
Expand Down

0 comments on commit 67e97b9

Please sign in to comment.