Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed May 23, 2024
1 parent 36e7a00 commit ec3c306
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Build wasm packages
uses: r-wasm/actions/build-rwasm@v1
with:
packages: '.'
packages: |
insightsengineering/[email protected]
insightsengineering/[email protected]
- name: Debug
run: |
apt-get update && apt-get install -yq tree
tree .
ls -la
tree _site

0 comments on commit ec3c306

Please sign in to comment.