this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Deploy only when commiting to main, not in PRs

authored by

Ulysse and committed by
GitHub
3a8c83e0 0fbdb410

+1
+1
.github/workflows/js.yml
··· 43 43 run: opam exec -- make js 44 44 45 45 - name: Deploy 46 + if: ${{ github.event_name == 'push' }} 46 47 uses: peaceiris/actions-gh-pages@v3 47 48 with: 48 49 github_token: ${{ secrets.GITHUB_TOKEN }}