Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
wobba committed Mar 5, 2024
2 parents 6213c5c + 8dabc0e commit 71a2086
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/publish-docs.yml
@@ -1,19 +1,22 @@
name: Publish Docs only
name: Publish Docs manually

on:
push:
branches:
- main
workflow_dispatch:
inputs:
publish_docs:
default: true
description: 'Publish docs?'

jobs:
release:
runs-on: ubuntu-latest
environment: production
if: ${{ github.event.inputs.publish_docs }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 71a2086

Please sign in to comment.