Skip to content

Commit

Permalink
switch runner to github default ones (#3123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Jul 23, 2024
1 parent b807105 commit e3f14a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -74,14 +74,14 @@ jobs:
environment:
name: github-pages
url: ${{steps.depolyment.outputs.page_url}}
runs-on: self-hosted
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy
uses: actions/deploy-pages@v2

cleanup:
runs-on: self-hosted
runs-on: ubuntu-latest
needs: deploy
steps:
- name: Cleanup
Expand Down

0 comments on commit e3f14a1

Please sign in to comment.