Skip to content

Commit

Permalink
Fix dbt doc gen workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Nov 1, 2024
1 parent 595ef77 commit 80a43b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dbt-docs-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
DBT_JOB_TIMEOUT: 300
DBT_THREADS: 1
DBT_JOB_RETRIES: 1
IS_RECENCY_AIRFLOW_TASK: false

jobs:
dbt-docs:
Expand All @@ -28,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.13

- name: Checkout Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 80a43b8

Please sign in to comment.