Skip to content

Commit

Permalink
Fetch all branches in the push-website CI job
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Aug 23, 2024
1 parent 7c8f5ef commit 376c109
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
run: sudo snap install dart-sass
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install Node.js dependencies
working-directory: doc/
run: ls -lah && npm ci
Expand Down Expand Up @@ -200,6 +199,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Download website
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 376c109

Please sign in to comment.