Skip to content

Instantly share code, notes, and snippets.

@wshihadeh
Created April 24, 2020 20:34
Show Gist options
  • Save wshihadeh/e21927af010f7c52fb9e1d4b3ab30b09 to your computer and use it in GitHub Desktop.
Save wshihadeh/e21927af010f7c52fb9e1d4b3ab30b09 to your computer and use it in GitHub Desktop.
Deploy Docs
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