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 862f4d0 commit d6f11b2Copy full SHA for d6f11b2
.github/workflows/documentation.yaml
@@ -109,8 +109,8 @@ jobs:
109
- run: ls -lh site/*
110
111
- name: Deploy docs
112
- # 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' }}
113
uses: peaceiris/actions-gh-pages@v4
114
with:
115
github_token: ${{ secrets.GITHUB_TOKEN }}
116
- publish_dir: ./site
+ publish_dir: ./site
0 commit comments