Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
stage: ["commit", "push"]
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Agent doc lint (changed files)
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
stage: ["manual"]
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: pre-commit check-external-links
Expand Down Expand Up @@ -192,12 +192,12 @@ jobs:
contents: read
steps:
- name: Checkout template
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: "${{ secrets.PRIVATE_REPO_TOKEN }}"
repository: "radxa-docs/docs-template"
- name: Checkout contents
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: "contents"
- name: Install dependencies
Expand Down