Add deploy step to CI
This commit is contained in:
parent
64b7a3ab53
commit
7ac9da819e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue