Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

add egui.d.lua type definitions and extract lua code from example to … #7

add egui.d.lua type definitions and extract lua code from example to …

add egui.d.lua type definitions and extract lua code from example to … #7

Workflow file for this run

name: Github Pages
on: [push]
permissions:
contents: write
jobs:
build-github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # repo checkout
- uses: mymindstorm/setup-emsdk@v11 # setup emscripten toolchain
- uses: actions-rs/toolchain@v1 # get rust toolchain for wasm
with:
toolchain: stable
target: wasm32-unknown-emscripten
override: true
- name: Rust Cache # cache the rust build artefacts
uses: Swatinem/rust-cache@v1
- name: Build # build
run: ./build_web.sh
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist