CI: docs should be built for versioned releases

This commit is contained in:
Daylin Morgan 2023-01-19 14:29:20 -06:00
parent dca98b8698
commit 39289ae67b
1 changed files with 3 additions and 3 deletions

View File

@ -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: |