Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuris committed Sep 7, 2023
1 parent 9338e2c commit cc9796c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: gh-pages

on:
push:
branches:
branches:
- "main"
- "doc-debug"
- "rkuris/doc-it-hurts-when-i-do-this"
Expand All @@ -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
Expand Down

0 comments on commit cc9796c

Please sign in to comment.