Skip to content

Commit

Permalink
fix: actions to self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Mar 7, 2024
1 parent 472f0bf commit f4533ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: self-hosted
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit f4533ea

Please sign in to comment.