Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 18a23d4

Browse files
committed
Fix Javadoc deploy of Actions by using single quotes
1 parent 8181820 commit 18a23d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
publish:
10-
if: startsWith(github.repository, "codeoverflow-org") # don't run this in forks
10+
if: startsWith(github.repository, 'codeoverflow-org') # don't run this in forks
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)