Skip to content

Commit

Permalink
Don't use self-hosted for deploy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Jun 21, 2024
1 parent ce8b396 commit 99b810d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build
runs-on: self-hosted
runs-on: ubuntu-latest
name: Deploy
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 99b810d

Please sign in to comment.