From cc9796c178c9b9cebe0daf2194529a33c34d51d9 Mon Sep 17 00:00:00 2001 From: Ron Kuris Date: Thu, 7 Sep 2023 16:34:31 +0000 Subject: [PATCH] Add some comments --- .github/workflows/ci.yaml | 1 + .github/workflows/gh-pages.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 71da9b627..c3d72f228 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,6 +20,7 @@ jobs: toolchain: stable override: true - uses: arduino/setup-protoc@v2 + # caution: this is the same restore as in gh-pages.yaml - name: Restore Cargo Cache id: cargo-cache uses: actions/cache/restore@v3 diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index ccd62048d..c02962bd1 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -2,7 +2,7 @@ name: gh-pages on: push: - branches: + branches: - "main" - "doc-debug" - "rkuris/doc-it-hurts-when-i-do-this" @@ -20,6 +20,7 @@ jobs: toolchain: stable override: true - uses: arduino/setup-protoc@v2 + # caution: this is the same restore as in ci.yaml - name: Restore Cargo Cache id: cargo-cache uses: actions/cache/restore@v3