We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed84c43 commit 70a0573Copy full SHA for 70a0573
.github/workflows/gen_md_files.yml
@@ -18,8 +18,6 @@ env:
18
19
jobs:
20
generate-and-deploy:
21
- container:
22
- image: ubuntu:24.04
23
runs-on: ubuntu-latest
24
# if: github.repository == ''
25
@@ -31,17 +29,6 @@ jobs:
31
29
echo "key=$KEY" >> $GITHUB_OUTPUT
32
30
echo "################################################################" && bash -c "echo KEY=$KEY"
33
34
- - name: update
35
- run: apt-get -y update && apt-get -y upgrade && apt-get -y dist-upgrade
36
-
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
45
- name: clone
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments