Skip to content

Commit 1e2ae9a

Browse files
Add workflow for deploying dbt docs with manual option
1 parent ff15ed6 commit 1e2ae9a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/generate_and_deploy_dbt_docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
dbt docs generate --profiles-dir ./profiles/snowflake
7777
working-directory: ci_testing
7878

79+
- name: Setup Pages
80+
uses: actions/configure-pages@v4
81+
7982
- name: Upload artifact
8083
uses: actions/upload-pages-artifact@v3
8184
with:

0 commit comments

Comments
 (0)