Skip to content

Make trivially_copy_pass_by_ref conditional on a 64-bit target. (#77) #68

Make trivially_copy_pass_by_ref conditional on a 64-bit target. (#77)

Make trivially_copy_pass_by_ref conditional on a 64-bit target. (#77) #68

Workflow file for this run

name: Build and deploy GH Pages
on:
push:
branches:
- main
jobs:
build:
name: build-and-deploy
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: build_and_deploy
# Also update in README.md and ./check.yml
uses: shalzz/[email protected]
env:
# Target branch
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}