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 8cbe07d commit 0a65531Copy full SHA for 0a65531
1 file changed
.github/workflows/docs-deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
deploy:
20
name: 📃 Deploy new version bunit.dev
21
if: github.ref == 'refs/heads/stable' || ${{ github.event.workflow_run.conclusion == 'success' }}
22
- runs-on: windows-latest
+ runs-on: ubuntu-latest
23
steps:
24
25
- name: 🛒 Checkout repository
0 commit comments