mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-12 21:08:45 +00:00
Fix rustdoc action
This commit is contained in:
2
.github/workflows/rustdoc.yaml
vendored
2
.github/workflows/rustdoc.yaml
vendored
@@ -13,7 +13,7 @@ env:
|
||||
jobs:
|
||||
rustdoc:
|
||||
if: github.repository == 'kaist-cp/cs220'
|
||||
runs-on: [self-hosted, ubuntu-22.04]
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user