We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f818c42 commit 646c5e1Copy full SHA for 646c5e1
.github/workflows/documentation.yaml
@@ -96,7 +96,7 @@ jobs:
96
- run: ls -lh site/*
97
98
- name: Deploy docs
99
- # if: ${{ ( github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && github.event.ref == 'refs/heads/main' }}
+ if: ${{ ( github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) && github.event.ref == 'refs/heads/main' }}
100
uses: peaceiris/actions-gh-pages@v4
101
with:
102
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments