diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index 46e843b..080464d 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -51,6 +51,9 @@ jobs: - name: Install node modules run: npm ci + - name: Import example graph + run: pgraph -r neo4j manual/crm-example.pg neo4j.json + - name: Set up Quarto uses: quarto-dev/quarto-actions/setup@v2 env: