Skip to content

Commit

Permalink
linkspector needs ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 authored Dec 12, 2024
1 parent 45c5247 commit 5d9eba8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
path: ./public

check-links:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build
steps:
- uses: actions/checkout@v4
Expand All @@ -86,7 +86,6 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: check-links
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 5d9eba8

Please sign in to comment.