Skip to content

Commit

Permalink
Install shinylive assets instead of link
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jul 17, 2024
1 parent 7819f0f commit 10187e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
cd shinylive-repo
make all
- name: Link to local build of shinylive for building docs
- name: Use local build of shinylive for building docs
if: github.ref == 'refs/heads/main'
run: |
. venv/bin/activate
cd shinylive-repo
shinylive assets link-from-local ./build
shinylive assets install-from-local ./build
# =====================================================
# Build site
Expand Down

0 comments on commit 10187e9

Please sign in to comment.