Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/build-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version: ${{ steps.version-info.outputs.version }}
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

# Read languages from JSON file
- name: Get languages directly with jq
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
language: ${{ fromJSON(needs.get-info.outputs.languages) }}
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
if: github.ref_name == 'main'
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

# Copy important files to root
- name: Create root files directory
Expand Down
Loading