Skip to content

Commit c1bcd6a

Browse files
committed
Typo (vim editing is pain)
1 parent af16e08 commit c1bcd6a

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
@@ -42,7 +42,7 @@ jobs:
4242
run: make -C doc/manual html
4343

4444
- name: Deploy
45-
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'release') }}
45+
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'release' }}
4646
uses: peaceiris/actions-gh-pages@v4
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)