We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9fa3e commit 9bee962Copy full SHA for 9bee962
.github/workflows/jekyll.yml
@@ -29,7 +29,7 @@ concurrency:
29
jobs:
30
# Build job
31
build:
32
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
33
steps:
34
- name: Checkout
35
uses: actions/checkout@v4
@@ -58,7 +58,7 @@ jobs:
58
environment:
59
name: github-pages
60
url: ${{ steps.deployment.outputs.page_url }}
61
62
needs: build
63
64
- name: Deploy to GitHub Pages
0 commit comments