From 25fbc39c855706c9d1d51d4d5dc2797d3d91b71c Mon Sep 17 00:00:00 2001 From: huyu335 <51341407+huyu335@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:41:34 -0400 Subject: [PATCH] Update yaml to md --- .github/workflows/gitbook-sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitbook-sync.yml b/.github/workflows/gitbook-sync.yml index f81022be..ae138e16 100644 --- a/.github/workflows/gitbook-sync.yml +++ b/.github/workflows/gitbook-sync.yml @@ -101,8 +101,8 @@ jobs: echo "${MD_NAME}" - name: Download convertor from yml to md run: | - curl -o ${{ github.workspace }}/yaml_to_md.py https://raw.githubusercontent.com/mskcc-omics-workflows/yaml_to_md/0.0.1/yaml_to_md.py - curl -o ${{ github.workspace }}/requirements.txt https://raw.githubusercontent.com/mskcc-omics-workflows/yaml_to_md/0.0.1/requirements.txt + curl -o ${{ github.workspace }}/yaml_to_md.py https://raw.githubusercontent.com/mskcc-omics-workflows/yaml_to_md/0.0.2/yaml_to_md.py + curl -o ${{ github.workspace }}/requirements.txt https://raw.githubusercontent.com/mskcc-omics-workflows/yaml_to_md/0.0.2/requirements.txt - name: Give convertor permissions run: chmod +x yaml_to_md.py - name: Install python packages