Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tothero committed Jun 10, 2024
1 parent 2f64614 commit e71cb23
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 @@ -13,8 +13,8 @@ permissions:
jobs:
deploy:
name: Deploy to GitHub Pages
# runs-on: ubuntu-latest
runs-on: self-hosted
runs-on: ubuntu-latest
# runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit e71cb23

Please sign in to comment.