Skip to content

Commit ffe5f50

Browse files
committed
Add-back branch/tag deploy guard
1 parent 0348e36 commit ffe5f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
ASSIGNEES: ${{ github.actor }}
4949
- name: Deploy API Docs
5050
uses: peaceiris/actions-gh-pages@v3
51-
# if: github.event_name == 'push' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
51+
if: github.event_name == 'push' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/master' )
5252
with:
5353
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
5454
external_repository: fortran-lang/stdlib-docs

0 commit comments

Comments
 (0)