diff --git a/.github/workflows/publish_docs.yaml b/.github/workflows/publish_docs.yaml index eae2eb5..8f808f0 100644 --- a/.github/workflows/publish_docs.yaml +++ b/.github/workflows/publish_docs.yaml @@ -7,10 +7,10 @@ on: paths: - 'docs/**' - 'src/**' - workflow_dispatch: - inputs: - ref: - description: The branch, tag, or commit SHA1 to build the docs from. + workflow_dispatch: + inputs: + ref: + description: The branch, tag, or commit SHA1 to build the docs from. permissions: contents: read