Skip to content

clone multiple repo and install pandoc #2

clone multiple repo and install pandoc

clone multiple repo and install pandoc #2

Workflow file for this run

name: Package into exe
on:
push:
branches:
- export_pdf
jobs:
job1:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Checkout wiki
uses: actions/checkout@v4
with:
repository: DoctorReid/StarRailAutoProxy.wiki
ref: master
fetch-depth: 1
path: wiki
- name: Install pandoc
run: apt-get install -y pandoc