Try to build docs only on pushes to main
This commit is contained in:
parent
6709a15954
commit
470e96e97f
|
|
@ -1,11 +1,14 @@
|
||||||
name: Docs
|
name: Docs
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Deploy Docs
|
name: Build and Deploy Docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue