Skip to content

Commit

Permalink
Update asciidoctor-ghpages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevalenty authored Sep 27, 2023
1 parent 4e53937 commit 4e879f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/asciidoctor-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: [self-hosted, linux]

steps:
- name: Checkout source
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
name: github-pages
url: $${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-22.04
runs-on: [self-hosted, linux]

steps:
- name: Deploy to github pages
Expand Down

0 comments on commit 4e879f4

Please sign in to comment.