Skip to content

Commit

Permalink
test gh actions yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcain-usgs committed Sep 6, 2023
1 parent 38383b4 commit 987285e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy-docs-aws.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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."

0 comments on commit 987285e

Please sign in to comment.