Skip to content

Instantly share code, notes, and snippets.

View DougAnderson444's full-sized avatar
🕸️
Open Web, all the way

Doug A DougAnderson444

🕸️
Open Web, all the way
View GitHub Profile
@DougAnderson444
DougAnderson444 / github-workflows-rust.yml
Last active February 5, 2024 23:20
Github Action to build & deploy Leptos Website
name: Build Rust & Deploy Leptos Page
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions: