Skip to content

Commit 4e678fb

Browse files
committed
Fix reference to downloaded artifact path
1 parent bca9188 commit 4e678fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
name: build
7979
- name: Extract the build
80-
run: tar xvf build/docs.tar.gz
80+
run: tar xvf docs.tar.gz
8181
- name: Deploy to GitHub Pages
8282
uses: peaceiris/actions-gh-pages@v3
8383
with:

0 commit comments

Comments
 (0)