Skip to content

Commit

Permalink
ci/docs: fix artifact restore path
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 29, 2024
1 parent 78401af commit dd5b6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: docs-html-${{ github.sha }}
path: docs/build/
path: docs/build/html/

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
Expand Down

0 comments on commit dd5b6e6

Please sign in to comment.