Skip to content

Commit a91ea03

Browse files
committed
undo
1 parent ee75252 commit a91ea03

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
@@ -82,7 +82,7 @@ jobs:
8282
- run: ls -lh site/*
8383

8484
- name: Deploy docs
85-
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
85+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
8686
uses: peaceiris/actions-gh-pages@v4
8787
with:
8888
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)