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 176a0f0 commit ada3cacCopy full SHA for ada3cac
.github/workflows/wc-document-generation.yml
@@ -8,7 +8,7 @@ permissions:
8
contents: read
9
10
jobs:
11
- generate-requirements:
+ generate-documents:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
set -Eeuo pipefail
23
- sudo apt-get install --update --no-install-recommends -y pandoc plantuml texlive texlive-fonts-recommended
+ sudo apt-get install --update --no-install-recommends -y lmodern pandoc plantuml texlive texlive-fonts-recommended
24
python -m pip install gherkin-official pytm sbdl
25
- name: Generate requirements document
26
0 commit comments