1 |
# This is a basic workflow to help you get started with Actions |
# This is a basic workflow to help you get started with Actions |
2 |
|
|
3 |
name: Docs |
name: Deploy Docs |
4 |
|
|
5 |
# Controls when the workflow will run |
# Controls when the workflow will run |
6 |
on: [ push, pull_request ] |
on: |
7 |
|
push: |
8 |
|
branches: [ main ] |
9 |
|
|
10 |
# A workflow run is made up of one or more jobs that can run sequentially or in parallel |
# A workflow run is made up of one or more jobs that can run sequentially or in parallel |
11 |
jobs: |
jobs: |