Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaitanLyss committed Nov 15, 2024
1 parent f224342 commit d716e61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun docgen
- name: Setup pnpm
uses: pnpm/[email protected]
- run: pnpm install --frozen-lockfile
- run: pnpm docgen
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/rust-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ''
- uses: oven-sh/setup-bun@v2
- run: bun i -g wasm-pack
- run: bun run wasm
- run: npm install -g wasm-pack
- run: npm run wasm
- uses: JS-DevTools/npm-publish@v3
with:
package: selenite-commons-rs/pkg
Expand Down

0 comments on commit d716e61

Please sign in to comment.