Skip to content

[depbot] Bump appleboy/ssh-action from 1.1.0 to 1.2.0 in the deps gro… #9982

[depbot] Bump appleboy/ssh-action from 1.1.0 to 1.2.0 in the deps gro…

[depbot] Bump appleboy/ssh-action from 1.1.0 to 1.2.0 in the deps gro… #9982

Workflow file for this run

name: Docs
on:
push:
branches: [master]
env:
CARGO_TERM_COLOR: always
TERM: xterm-256color
jobs:
docs:
permissions:
contents: write
runs-on: ubuntu-latest
env:
RUSTUP_HOME: /tmp/rustup_home
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/docs
with:
github_token: ${{ secrets.GITHUB_TOKEN }}