fix: ci
This commit is contained in:
parent
d094330338
commit
d15df59dc6
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ jobs:
|
||||||
publish-docs:
|
publish-docs:
|
||||||
needs: build
|
needs: build
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue