Skip to content

Commit 11574b5

Browse files
authored
1.6.0-alpha.2 (#214)
* chore: bumped version * feat: added show all checkbox on HTML output resolves #211 * feat: added syntax highlighting in HTML output for HTTP resolves #134 * feat: added branding options resolves #209 * feat: retain scroll position, as a start for #203 * chore: updated dependencies * feat: added extra fields for moving test cases part of #142 * feat: added lock release in UI resolves #200 * ci: migrated doc publish to ssh key * style: reformatted * refactor: applied clippy suggestions
1 parent 0f90e1b commit 11574b5

File tree

16 files changed

+273
-93
lines changed

16 files changed

+273
-93
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
host: ${{ secrets.SSH_HOST }}
3434
username: ${{ secrets.SSH_USER }}
35-
password: ${{ secrets.SSH_PASSWORD }}
35+
key: ${{ secrets.SSH_KEY }}
3636
source: docs/${{ steps.version.outputs.CARGO_PKG_VERSION }}
3737
target: ${{ secrets.SSH_DOCS_TARGET_PATH }}
3838

0 commit comments

Comments
 (0)