Skip to content

Commit 269b3f5

Browse files
actions(gen_md_files): remove container layer
1 parent 7f8d5f9 commit 269b3f5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/gen_md_files.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ env:
1818

1919
jobs:
2020
generate-and-deploy:
21-
container:
22-
image: ubuntu:24.04
2321
runs-on: ubuntu-latest
2422
# if: github.repository == ''
2523

@@ -34,14 +32,6 @@ jobs:
3432
- name: update
3533
run: apt-get -y update && apt-get -y upgrade && apt-get -y dist-upgrade
3634

37-
- name: install
38-
run: |
39-
DEBIAN_FRONTEND=noninteractive apt-get -y install \
40-
git locales
41-
42-
- name: locale
43-
run: locale-gen en_US.utf8 && locale-gen de_DE.UTF-8 && update-locale
44-
4535
- name: clone
4636
env:
4737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)