Fix rustdoc action

This commit is contained in:
Jeehoon Kang
2023-06-21 02:17:08 +09:00
parent 7e19d726ec
commit d3073ae3d2

View File

@@ -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