Created
April 24, 2020 20:34
-
-
Save wshihadeh/e21927af010f7c52fb9e1d4b3ab30b09 to your computer and use it in GitHub Desktop.
Deploy Docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI-MASTER-DEPLOY | |
on: | |
push: | |
branches: | |
- source | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Run a one-line script | |
run: make docs | |
- name: Deploy 🚀 | |
uses: JamesIves/github-pages-deploy-action@releases/v3 | |
with: | |
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} | |
BRANCH: master | |
FOLDER: docs/site |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment