Skip to content

Commit

Permalink
Move docs job (#164)
Browse files Browse the repository at this point in the history
* run docs action on self-hosted
  • Loading branch information
smedegaard authored Dec 31, 2024
1 parent dffdf6a commit 53e9c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
build_docs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Build Docs
runs-on: ubuntu-latest
runs-on: self-hosted
needs: test
steps:
- name: Checkout repository
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: self-hosted
needs: build_docs
if: ${{ github.event.workflow_run.conclusion == 'success' }}
permissions:
Expand Down

0 comments on commit 53e9c28

Please sign in to comment.