Skip to content

Commit

Permalink
Update build_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjo22 authored Mar 23, 2024
1 parent 6ad62c7 commit 5e5351f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build docs

on: workflow_dispatch

#on:
# release:
# types: [published]
on:
release:
types: [published]
workflow_dispatch:

jobs:
build:
Expand All @@ -16,6 +15,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit 5e5351f

Please sign in to comment.