Update actions
This commit is contained in:
parent
b995da5d80
commit
7e2be76e4a
3 changed files with 11 additions and 9 deletions
10
.github/workflows/docs.yaml
vendored
10
.github/workflows/docs.yaml
vendored
|
|
@ -1,9 +1,11 @@
|
|||
name: Publish on PyPI
|
||||
name: Publish documentation
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
|
@ -12,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.9
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue