Loading .github/workflows/deploy-docs-aws.yml 0 → 100644 +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 Loading
.github/workflows/deploy-docs-aws.yml 0 → 100644 +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