Skip to content

Commit

Permalink
Debug GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed May 7, 2024
1 parent 4b51a0c commit c19f4c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
echo "$(pwd)/node_modules/.bin" >> $GITHUB_PATH
- name: Import example graph
run: pgraph -t neo4j manual/crm-pg-example.pg neo4j.json
run: |
which pgraph
pgraph -h
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 c19f4c5

Please sign in to comment.