Skip to content

Commit ebed81c

Browse files
[CI] fix build_and_publish_doc.yml (#3816)
### Changes Removed broken step ### Reason for changes https://github.com/openvinotoolkit/nncf/actions/runs/20593769095/job/59144052872 #3777
1 parent bf02bbb commit ebed81c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build_and_publish_doc.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,9 @@ jobs:
3232
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
3333
with:
3434
name: html_doc_artifact
35-
- name: Extract artifact
36-
shell: 'bash'
37-
run: |
38-
tar -xvf artifact.tar
39-
rm artifact.tar
4035

4136
- name: Extract artifact
4237
shell: 'bash'
43-
working-directory: html_build/html
4438
run: |
4539
tar -xvf artifact.tar
4640
rm artifact.tar

0 commit comments

Comments
 (0)