Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(documentation): bug fix in documentation deployment (DSP-1605) (#…
  • Loading branch information
kilchenmann committed May 7, 2021
1 parent 88da8bc commit 999a2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -428,7 +428,7 @@ jobs:
docs-build-test
]
runs-on: ubuntu-latest
# if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags')
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags')
steps:
- name: Checkout main
uses: actions/checkout@v2
Expand Down

0 comments on commit 999a2bb

Please sign in to comment.