From b1e122bdf2036093f90aec42d460b12dcf77a260 Mon Sep 17 00:00:00 2001 From: aslight0013 Date: Wed, 5 May 2021 14:24:12 +0600 Subject: [PATCH] git action added --- .github/workflows/run_web.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/run_web.yml diff --git a/.github/workflows/run_web.yml b/.github/workflows/run_web.yml new file mode 100644 index 0000000..c076064 --- /dev/null +++ b/.github/workflows/run_web.yml @@ -0,0 +1,14 @@ +name: Gh-Pages + +on: + push: + branches: [master] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - uses: subosito/flutter-action@v1 + - uses: erickzanardo/flutter-gh-pages@v3