Skip to content

Commit

Permalink
ci: automatically publish docs on tag creation (#81)
Browse files Browse the repository at this point in the history
Just like we automatically publish our code to PyPI, this ensures that
we also automatically publish the new docs.
  • Loading branch information
mrossinek authored Jul 22, 2024
1 parent 355a7cd commit 6114c89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Publish Sphinx docs

on:
workflow_dispatch:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+*"

jobs:
build:
Expand Down

0 comments on commit 6114c89

Please sign in to comment.