Remove redundant step

This commit is contained in:
Ayaz Salikhov
2023-12-21 21:18:25 +04:00
committed by Ayaz Salikhov
parent fccea73332
commit c6c0a947ed

View File

@@ -24,20 +24,12 @@ jobs:
pattern: "*-history_line"
path: /tmp/jupyter/hist_lines/
- name: List the history lines directory 🔍️
run: ls -R /tmp/jupyter/hist_lines/
shell: bash
- name: Download all manifests 📥
uses: actions/download-artifact@v4
with:
pattern: "*-manifest"
path: /tmp/jupyter/manifests/
- name: List the manifests directory 🔍️
run: ls -R /tmp/jupyter/manifests/
shell: bash
- name: Checkout Wiki Repo 📃
uses: actions/checkout@v4
with: