Skip to content

Commit c041f33

Browse files
committed
Fix
1 parent 440e670 commit c041f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
JULIA_DEBUG: Documenter
20-
runs-on: [self-hosted, linux, X64, gpu, cuda]
20+
runs-on: [self-hosted, linux, X64]
2121

2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)