Skip to content

Commit

Permalink
fix runs-on in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Sep 10, 2024
1 parent e7bad93 commit 002a340
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:

jobs:
build:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: ["runs-on","runner=2cpu-linux-x64"]

steps:
# Step 1: Checkout the main repository (your current project)
Expand Down

0 comments on commit 002a340

Please sign in to comment.