mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-10-07 17:28:41 -05:00
CI: docs should be built for versioned releases
This commit is contained in:
parent
dca98b8698
commit
39289ae67b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
|
@ -2,8 +2,8 @@ name: GitHub Pages
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags: ["v*.*.*"]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Setup Python
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.9'
|
||||
python-version: "3.9"
|
||||
|
||||
- name: Upgrade pip
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue