Skip to content

Commit db5a6bd

Browse files
authored
Merge pull request #890 from ehuss/fix-deploy
Fix deploy path
2 parents ea0d319 + f9d7a29 commit db5a6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Upload artifact
2121
uses: actions/upload-pages-artifact@v3
2222
with:
23-
path: ./book
23+
path: ./book/html
2424

2525
deploy:
2626
if: github.repository_owner == 'rust-lang'

0 commit comments

Comments
 (0)