Skip to content

Commit

Permalink
Fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed May 7, 2024
1 parent 2817819 commit a5dd0d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ jobs:
uses: actions/setup-node@v4

- name: Install node modules
run: npm ci
run: |
npm ci
echo "$(pwd)/node_modules/.bin" >> $GITHUB_PATH
- name: Import example graph
run: pgraph -r neo4j manual/crm-example.pg neo4j.json
run: pgraph -t neo4j manual/crm-pg-example.pg neo4j.json

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit a5dd0d5

Please sign in to comment.