Skip to content

Commit

Permalink
ci: Fix invalid steps order
Browse files Browse the repository at this point in the history
  • Loading branch information
jokelbaf committed Sep 20, 2024
1 parent 7164175 commit 2e0928a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
name: Build Docs
runs-on: ubuntu-latest
steps:
- name: Switch directory
run: cd docs
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Switch directory
run: cd docs

- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit 2e0928a

Please sign in to comment.