Skip to content

Commit

Permalink
Update documentation building
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 20, 2024
1 parent 8c269de commit 2969f8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ jobs:
- name: Run the quality check
run: make check-quality

build-documentation:
name: "📚 Build documentation"
runs-on: tart
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Build the documentation
run: make doc

tests:
name: "🧪 Tests"
runs-on: tart
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ find-dead-code:
.PHONY: doc
doc: install-tools
@echo "Generating documentation sets..."
@bundle exec fastlane doc
@pkgx fastlane doc
@echo "... done.\n"

.PHONY: help
Expand Down

0 comments on commit 2969f8b

Please sign in to comment.