Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
MeWu-IDM committed Oct 9, 2024
1 parent 41a471d commit 4c75480
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 206 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run Quarto in Docker container
run: |
docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace mewu/data_access:latest bash -c "run_quarto_publish.sh"
docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace mewu/data_access:latest bash -c "./run_quarto_publish.sh"
- name: Generate Index HTML
run: |
Expand Down
205 changes: 0 additions & 205 deletions r/samples/shinylive_demo/shiny_demo.ipynb

This file was deleted.

0 comments on commit 4c75480

Please sign in to comment.