Skip to content

Commit dee36be

Browse files
authored
Deploy docs from Windows for now. (#2829)
1 parent 4e3a21a commit dee36be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: matrix.os == 'ubuntu-latest' && github.ref == 'refs/heads/main'
2929
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"
3030
- name: "Documentation"
31-
if: matrix.os == 'ubuntu-latest' && github.ref == 'refs/heads/main'
31+
if: matrix.os == 'windows-latest' && github.ref == 'refs/heads/main'
3232
uses: peaceiris/actions-gh-pages@v3
3333
with:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)