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 195b13a commit 320cabbCopy full SHA for 320cabb
.github/workflows/ci.yml
@@ -72,5 +72,5 @@ jobs:
72
gh-pages-branch: 'gh-pages'
73
auto-push: true
74
# ONLY RUNS ON UBUNTU: Prevents redundant pushes from the Windows job
75
- if: success() && matrix.os == 'ubuntu-latest'
+ if: success() && matrix.os == 'ubuntu-latest'
76
0 commit comments