We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d02db42 + 8f4e6bf commit e50d436Copy full SHA for e50d436
1 file changed
.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
env:
34
JEKYLL_ENV: production
35
steps:
@@ -56,7 +56,7 @@ jobs:
56
environment:
57
name: github-pages
58
url: ${{ steps.deployment.outputs.page_url }}
59
60
needs: build
61
62
- name: Deploy to GitHub Pages
0 commit comments