Commit 987285e4 authored by Jacob Cain's avatar Jacob Cain
Browse files

test gh actions yml

parent 38383b45
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
name: Deploy Docs to AWS

on:
  push:
    branches:
      - docs

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - run: echo "This job runs upon a push to the docs branch."
 No newline at end of file