This commit is contained in:
parent
d8edb61bbf
commit
738cde0f4a
1 changed files with 8 additions and 0 deletions
|
|
@ -6,6 +6,14 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install Pandoc
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y pandoc
|
||||||
|
|
||||||
|
- name: Generate guide.html
|
||||||
|
run: bash update-guide.sh
|
||||||
|
|
||||||
- name: Install Podman
|
- name: Install Podman
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue