Skip to content

Setup self-hosted

Compare
Choose a tag to compare
@eq19 eq19 released this 22 Jul 16:30
· 1770 commits to v2 since this release
jobs:
  # Build job
  github-pages:
    if: github.event.workflow_run.conclusion == 'success'
    runs-on: ${{github.actor != github.repository_owner && 'self-hosted' || (
             github.ref_name != 'main' && 'ubuntu-latest' || 'windows-latest')}}

Untitled