Skip to content

Commit 23737bf

Browse files
committed
Workflow: No need to specify 'trixie' now that trixie is Debian Stable
1 parent 914d8f8 commit 23737bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
build:
3434
runs-on: ubuntu-latest
3535
container:
36-
image: debian:trixie
36+
image: debian:stable
3737
options: --user root
3838
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} # Conditional check to ensure the job only runs on GitHub Actions
3939
steps:

0 commit comments

Comments
 (0)