Skip to content

Commit d6f11b2

Browse files
committed
GHA
1 parent 862f4d0 commit d6f11b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ jobs:
109109
- run: ls -lh site/*
110110

111111
- name: Deploy docs
112-
# if: ${{ ( github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && github.event.ref == 'refs/heads/main' }}
112+
if: ${{ ( github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && github.event.ref == 'refs/heads/main' }}
113113
uses: peaceiris/actions-gh-pages@v4
114114
with:
115115
github_token: ${{ secrets.GITHUB_TOKEN }}
116-
publish_dir: ./site
116+
publish_dir: ./site

0 commit comments

Comments
 (0)