Skip to content

Add example on how to use egui_dnd without storing unique ids, by usi… #126

Add example on how to use egui_dnd without storing unique ids, by usi…

Add example on how to use egui_dnd without storing unique ids, by usi… #126

Workflow file for this run

name: Deploy pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
- uses: jetli/[email protected]
with:
version: 'latest'
- name: Trunk build
working-directory: fancy-example
run: trunk build --release --public-url /hello_egui
- name: Deploy pages
uses: crazy-max/ghaction-github-pages@v2
with:
build_dir: fancy-example/dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}