Skip to content

Commit c5adc15

Browse files
committed
The docs workflow actually does seem to rely on credentials for push.
1 parent 419d54b commit c5adc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
with:
15-
persist-credentials: false
15+
persist-credentials: true
1616

1717
- uses: extractions/setup-just@v2
1818
- name: Install Neovim

0 commit comments

Comments
 (0)