Browse Source

添加 '.github/workflows/gh-pages.yml'

天问 4 years ago
parent
commit
dbfb06b0b1
1 changed files with 14 additions and 0 deletions
  1. 14 0
      .github/workflows/gh-pages.yml

+ 14 - 0
.github/workflows/gh-pages.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