mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Remove redundant step
This commit is contained in:

committed by
Ayaz Salikhov

parent
fccea73332
commit
c6c0a947ed
8
.github/workflows/docker-wiki-update.yml
vendored
8
.github/workflows/docker-wiki-update.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user