s1gtrap / deploy-action

Deploy your dioxus-web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deploy-action

You can use this action autho-deploy your Dioxus web project.

name: github pages

on:
  push:
    branches:
      - main

jobs:
  build-deploy:
    runs-on: ubuntu-latest
    steps:
      - name: "Dioxus Deploy"
        uses: DioxusLabs/deploy-action@v0.1.2

About

Deploy your dioxus-web app

License:MIT License