Skip to content

Commit

Permalink
Updated ubuntu version in deploy documentation yml. (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohns-scottlogic authored Jan 6, 2025
1 parent af5714d commit 4204873
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main # Adjust to your main branch
workflow_dispatch: null

# Set permissions of GITHUB_TOKEN
permissions:
contents: read
Expand All @@ -19,7 +19,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand All @@ -44,9 +44,9 @@ jobs:
uses: actions/upload-pages-artifact@v1
with:
path: docs/_build

deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build
permissions:
pages: write
Expand Down

0 comments on commit 4204873

Please sign in to comment.