Skip to content

Commit

Permalink
build stack
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeah committed Sep 25, 2024
1 parent 13134b0 commit b522355
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dbdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}

- name: "Build the stack"
run: |
make docker-bootstrap
- name: Generate DB docs
run: make dbdocs

Expand Down

0 comments on commit b522355

Please sign in to comment.