mirror of https://github.com/eyhc1/rendercv.git
workflows: checkout recursively to include TinyTeX in the release in publish.yaml
This commit is contained in:
parent
1eb0296422
commit
aa07eeff48
|
@ -21,6 +21,9 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- name: Set up Python 3.12
|
- name: Set up Python 3.12
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue