Skip to content

Commit e3e576e

Browse files
update docs, workflows for docs
1 parent 40904e8 commit e3e576e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Documentation
22

33
on:
44
push:
5+
tags: '*'
56
paths:
67
- 'docs/**'
8+
pull_request:
79
workflow_dispatch:
810

911
jobs:

docs/make.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ makedocs(;
1313
)
1414

1515
deploydocs(
16-
repo = "github.com/byuflowlab/Xfoil.jl.git"
16+
repo = "github.com/byuflowlab/Xfoil.jl.git",
17+
devbranch="main",
18+
versions=["stable", "v#.#.#", "dev"]
1719
)

0 commit comments

Comments
 (0)