Skip to content

Commit 3ec1734

Browse files
committed
Correct artifact name
1 parent 59086a4 commit 3ec1734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Download html files from artifact
4646
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
4747
with:
48-
name: book-html-${{ github.run_id }}
48+
name: html-${{ github.run_id }}
4949
path: ./dist
5050
- name: Offline link check
5151
uses: lycheeverse/lychee-action@v2

0 commit comments

Comments
 (0)