Skip to content

Commit

Permalink
fix path (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru authored Jul 30, 2024
1 parent b437feb commit 7002197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Remove large WebR assets 🧹
run: |
packages_path <- sprintf("_site/site_libs/quarto-contrib/shinylive-%s/shinylive/webr/packages", shinylive::assets_version())
packages_path <- sprintf("./book/_site/site_libs/quarto-contrib/shinylive-%s/shinylive/webr/packages", shinylive::assets_version())
# remove the dirs with size > 100 MB
for (x in list.dirs(packages_path)) {
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:

- name: Remove large WebR assets 🧹
run: |
packages_path <- sprintf("_site/site_libs/quarto-contrib/shinylive-%s/shinylive/webr/packages", shinylive::assets_version())
packages_path <- sprintf("./book/_site/site_libs/quarto-contrib/shinylive-%s/shinylive/webr/packages", shinylive::assets_version())
# remove the dirs with size > 100 MB
for (x in list.dirs(packages_path)) {
Expand Down

0 comments on commit 7002197

Please sign in to comment.