From 6709a15954f6e095d2c4ef5c07cc56ed3b7e0205 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Thu, 16 Jan 2020 13:27:39 -0800 Subject: [PATCH] Try to add firebase to GH ActionS --- .github/workflows/firebase.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/firebase.yml diff --git a/.github/workflows/firebase.yml b/.github/workflows/firebase.yml new file mode 100644 index 00000000..83b490c5 --- /dev/null +++ b/.github/workflows/firebase.yml @@ -0,0 +1,21 @@ +name: Docs + +on: [push] + +jobs: + + build: + name: Deploy Docs + runs-on: ubuntu-latest + steps: + + - uses: actions/checkout@master + - name: Cargo doc + run: | + cargo doc + - name: GitHub Action for Firebase + uses: w9jds/firebase-action@v1.1.0 + with: + args: deploy + env: + FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}