Skip to content

Commit

Permalink
Fix working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jnywong authored Apr 23, 2024
1 parent 61c15dc commit 88192ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ jobs:
- name: Build the book
env:
GRAFANA_TOKEN: ${{ secrets.GRAFANA_TOKEN }}
with:
working-directory: ./catalystbook
run: |
jupyter-book build .
working-directory: ./catalystbook

# ls
- run: ls catalystbook/hub-activity
Expand Down

0 comments on commit 88192ed

Please sign in to comment.