This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 376c10994 Fetch all branches in the `push-website` CI job
376c10994 is described below
commit 376c10994e1dd52103bc40a24a2f465df3e17a78
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Fri Aug 23 09:55:08 2024 +0300
Fetch all branches in the `push-website` CI job
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
.github/workflows/deploy-docs.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/deploy-docs.yml
b/.github/workflows/deploy-docs.yml
index d0522a141..7e98e7e61 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -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
@@ -200,6 +199,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
+ with:
+ fetch-depth: 0
- name: Download website
uses: actions/download-artifact@v4