fix(ci): workflow run-on
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest:host
|
||||
runs-on: myhost:host
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
push: true
|
||||
tags: smallbuster/fe-docs:latest
|
||||
deploy:
|
||||
runs-on: ubuntu-latest:host
|
||||
runs-on: myhost:host
|
||||
needs: build
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user