diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 682d91fb..42dd64c5 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -3,8 +3,7 @@ name: Publish Docs # Trigger the action on push to main on: push: - branches: - - add-docs-pages + branches: - main # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages