Skip to content

Commit

Permalink
Update generate website workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Aug 2, 2023
1 parent db66e21 commit c990286
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/deploy_to_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,20 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/checkout@v2

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{ env.PYTHON_VERSION }}

- name: Download duckdb
uses: actions/download-artifact@v3
uses: dawidd6/action-download-artifact@v2
with:
name: ${{ env.DUCKDB_PATH }}
workflow: dbt.yml
workflow_conclusion: success
path: ${{ env.DUCKDB_PATH }}

- name: Install requirements
run: |
Expand Down

0 comments on commit c990286

Please sign in to comment.