Skip to content

Commit

Permalink
fix: order
Browse files Browse the repository at this point in the history
  • Loading branch information
arcs- committed Feb 21, 2024
1 parent 0f746b8 commit 41af070
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: pnpm/action-setup@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 41af070

Please sign in to comment.