Skip to content

Commit 2ed1eb7

Browse files
authored
Fix CI docs deploy
1 parent a1bc159 commit 2ed1eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustdoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
with:
3333
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
3434
github_token: ${{ github.token }}
35-
public_dir: ./target/doc
35+
publish_dir: ./target/doc
3636
force_orphan: true

0 commit comments

Comments
 (0)