Skip to content

Commit 040f178

Browse files
committed
Use double quotes
1 parent ebe02a0 commit 040f178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
repository: "phpDocumentor/docs"
3838
token: "${{ secrets.BOT_TOKEN }}"
39-
path: 'docs'
39+
path: "docs"
4040

4141
- name: "Download"
4242
uses: "actions/download-artifact@v4"

0 commit comments

Comments
 (0)