This commit is contained in:
parent
67da48126f
commit
c1684a9a87
@ -21,7 +21,7 @@ env:
|
||||
jobs:
|
||||
# Build job
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: cth-ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
@ -51,10 +51,6 @@ jobs:
|
||||
- name: Compile website
|
||||
run: npm run build
|
||||
|
||||
publish:
|
||||
runs-on: cth-ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user