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 ee75252 commit a91ea03Copy full SHA for a91ea03
.github/workflows/documentation.yaml
@@ -82,7 +82,7 @@ jobs:
82
- run: ls -lh site/*
83
84
- name: Deploy docs
85
- # if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
86
uses: peaceiris/actions-gh-pages@v4
87
with:
88
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments