mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-15 06:28:46 +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:
|
jobs:
|
||||||
rustdoc:
|
rustdoc:
|
||||||
if: github.repository == 'kaist-cp/cs220'
|
if: github.repository == 'kaist-cp/cs220'
|
||||||
runs-on: [self-hosted, ubuntu-22.04]
|
runs-on: self-hosted
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Reference in New Issue
Block a user