Skip to content

Commit

Permalink
chore: docs deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianWielga committed Aug 14, 2024
1 parent 3186711 commit 96ab9f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ jobs:
needs: [ "build", "release" ]
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down

0 comments on commit 96ab9f9

Please sign in to comment.