Skip to content

tests/fixtures: Match PI const to std value #3

tests/fixtures: Match PI const to std value

tests/fixtures: Match PI const to std value #3

Workflow file for this run

name: Deploy to GitHub Pages
permissions:
contents: write
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
components: rust-src
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Build
run: wasm-pack build --target web
- name: Organize files
run: |
rm pkg/.gitignore
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
if: success() && github.event_name != 'pull_request'
with:
branch: gh-pages
folder: pkg