From 671775a2447b876198611b7419b2c37ed926ec9f Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Mon, 9 May 2022 11:29:36 +0800 Subject: [PATCH] chore: add missing VERCEL_TOKEN (#25079) * chore: add missing VERCEL_TOKEN * chore: add a newline to trigger docs build --- .github/workflows/docs.yml | 3 ++- docs/src/validator/gossip.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e9d8f1baac..896036a5d0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,7 +14,6 @@ on: - master - v[0-9]+.[0-9]+ - jobs: docs-build: runs-on: ubuntu-20.04 @@ -48,3 +47,5 @@ jobs: run: | npm install ./build.sh + env: + VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} diff --git a/docs/src/validator/gossip.md b/docs/src/validator/gossip.md index 710a66c073..c1ad139c0e 100644 --- a/docs/src/validator/gossip.md +++ b/docs/src/validator/gossip.md @@ -25,6 +25,7 @@ A node sends a push message to tells the cluster it has information to share. No Upon receiving a push message, a node examines the message for: 1. Duplication: if the message has been seen before, the node drops the message and may respond with `PushMessagePrune` if forwarded from a low staked node + 2. New data: if the message is new to the node - Stores the new information with an updated version in its cluster info and purges any previous older value