From 7ac9da819edd003ed172e77220294ac82bca8e5f Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 19 Oct 2020 02:44:37 +0530 Subject: [PATCH] Add deploy step to CI --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9779633..c5b6334 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,3 +18,10 @@ jobs: - uses: actions/checkout@v2 - name: Build run: ./build.sh + + - name: Deploy 🚀 + uses: JamesIves/github-pages-deploy-action@releases/v3 + with: + ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} + BRANCH: built + FOLDER: build