Skip to content

Commit e8ccfb1

Browse files
Missing name change in docs workflow (#1128)
1 parent 3d9ffb3 commit e8ccfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
name: github-pages-${{ github.event.pull_request.head.sha || github.sha }}
107107

108108
- name: Untar documentation artifact
109-
run: mkdir -p extracted_docs && tar -xf github-pages.tar -C extracted_docs
109+
run: mkdir -p extracted_docs && tar -xf github_pages.tar -C extracted_docs
110110

111111
- name: Deploy 🚀
112112
id: pages-deployment

0 commit comments

Comments
 (0)