Add dbt documentation site with GitHub Pages and CI/CD auto-update#7
Draft
Copilot wants to merge 5 commits intofeat/improve-deploymentfrom
Draft
Add dbt documentation site with GitHub Pages and CI/CD auto-update#7Copilot wants to merge 5 commits intofeat/improve-deploymentfrom
Copilot wants to merge 5 commits intofeat/improve-deploymentfrom
Conversation
Co-authored-by: Bafbi <26836027+Bafbi@users.noreply.github.com>
Co-authored-by: Bafbi <26836027+Bafbi@users.noreply.github.com>
Co-authored-by: Bafbi <26836027+Bafbi@users.noreply.github.com>
Co-authored-by: Bafbi <26836027+Bafbi@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add dbt documentation site with GitHub Pages and CI/CD auto-update
Add dbt documentation site with GitHub Pages and CI/CD auto-update
Nov 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements automated dbt documentation generation and deployment to GitHub Pages, triggered on every push to main.
Changes
CI/CD Pipeline
.github/workflows/deploy-dbt-docs.yml: Generates dbt docs using--empty-catalog(no DB connection required), deploys to GitHub Pages viaactions/deploy-pages@v4Local Development
mise.toml: Addeddbt:docs:generateanddbt:docs:servetasksprofiles.ymlautomatically if missingDocumentation
.github/GITHUB_PAGES_SETUP.md: Admin setup guide for enabling GitHub Pagesdbt/README.md: Local preview instructions with mise and manual commandsREADME.md: Link to live docs siteUsage
Deploy (automatic): Push to main → docs at
https://summers-team.github.io/school-m2-bi-project/Local preview:
mise run dbt:docs:serve # generates and serves at localhost:8080Setup Required
Repository admin must enable GitHub Pages:
See
.github/GITHUB_PAGES_SETUP.mdfor details.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
fishtownanalytics.sinter-collect.com/home/REDACTED/work/school-m2-bi-project/school-m2-bi-project/.venv/bin/python /home/REDACTED/work/school-m2-bi-project/school-m2-bi-project/.venv/bin/dbt docs generate --profiles-dir . --no-compile(dns block)/home/REDACTED/work/school-m2-bi-project/school-m2-bi-project/.venv/bin/python /home/REDACTED/work/school-m2-bi-project/school-m2-bi-project/.venv/bin/dbt docs generate --profiles-dir . --empty-catalog(dns block)/home/REDACTED/work/school-m2-bi-project/school-m2-bi-project/.venv/bin/python /home/REDACTED/work/school-m2-bi-project/school-m2-bi-project/.venv/bin/dbt parse --profiles-dir .(dns block)mise.runcurl REDACTED(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.