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 4e3a21a commit dee36beCopy full SHA for dee36be
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
if: matrix.os == 'ubuntu-latest' && github.ref == 'refs/heads/main'
29
run: "curl -H 'Accept: application/vnd.github.everest-preview+json' -H 'Authorization: token ${{secrets.FANTOMAS_TOOLS_TOKEN}}' --request POST --data '{\"event_type\": \"fantomas-commit-on-main\"}' https://api.github.com/repos/fsprojects/fantomas-tools/dispatches"
30
- name: "Documentation"
31
- if: matrix.os == 'ubuntu-latest' && github.ref == 'refs/heads/main'
+ if: matrix.os == 'windows-latest' && github.ref == 'refs/heads/main'
32
uses: peaceiris/actions-gh-pages@v3
33
with:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments