Skip to content

Commit 2125e2d

Browse files
authored
Merge pull request #18 from SebKrantz/development
Minors.
2 parents 2766c6c + e5f56fa commit 2125e2d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ name: Documentation
22

33
on:
44
workflow_dispatch:
5+
release:
6+
types: [published]
57
# push:
68
# branches:
79
# - main # update to match your development branch (master, main, dev, trunk, ...)
810
# tags: '*'
9-
pull_request:
1011

1112
jobs:
1213
build:
@@ -26,4 +27,5 @@ jobs:
2627
env:
2728
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
2829
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
29-
run: julia --project=docs/ docs/make.jl
30+
run: julia --project=docs/ docs/make.jl
31+

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ makedocs(
2323
deploydocs(
2424
repo = "github.com/SebKrantz/OptimalTransportNetworks.jl.git",
2525
devbranch = "main",
26+
tag = "stable",
2627
push_preview = true,
2728
)

0 commit comments

Comments
 (0)