Skip to content

Commit

Permalink
only deploy on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Oct 23, 2023
1 parent 0c2cb3e commit cbd91b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Build example
run: make build-example

- name: Deploy
if: github.ref == 'refs/heads/main'
- name: Deploy (Linux only)
if: github.ref == 'refs/heads/main' && matrix.system == 'ubuntu-latest'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cbd91b3

Please sign in to comment.