Skip to content

Commit e3f14a1

Browse files
authored
switch runner to github default ones (#3123)
1 parent b807105 commit e3f14a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: self-hosted
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v3
@@ -74,14 +74,14 @@ jobs:
7474
environment:
7575
name: github-pages
7676
url: ${{steps.depolyment.outputs.page_url}}
77-
runs-on: self-hosted
77+
runs-on: ubuntu-latest
7878
needs: build
7979
steps:
8080
- name: Deploy
8181
uses: actions/deploy-pages@v2
8282

8383
cleanup:
84-
runs-on: self-hosted
84+
runs-on: ubuntu-latest
8585
needs: deploy
8686
steps:
8787
- name: Cleanup

0 commit comments

Comments
 (0)