Skip to content

test gh actions yml

test gh actions yml #1

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."