diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 538384a..a0aaec2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -12,7 +12,7 @@ env: jobs: buildfiles: name: Design check & documentation build - if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true + if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - name: Checkout code