We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914d8f8 commit 23737bfCopy full SHA for 23737bf
.github/workflows/jekyll-gh-pages.yml
@@ -33,7 +33,7 @@ jobs:
33
build:
34
runs-on: ubuntu-latest
35
container:
36
- image: debian:trixie
+ image: debian:stable
37
options: --user root
38
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} # Conditional check to ensure the job only runs on GitHub Actions
39
steps:
0 commit comments