Skip to content

Commit 9f4b5ce

Browse files
committed
GitHub CI pipeline: Tweak to avoid an error when checking-in generated to documentation for main branch. / Pulling in submodules. (PRs Flow-IPC/flow#114 / Flow-IPC/ipc_transport_structured#35 / Flow-IPC/ipc_shm#32 / Flow-IPC/ipc_shm_arena_lend#67 / Flow-IPC/ipc_session#34 / Flow-IPC/ipc_core#42
1 parent 9f8a763 commit 9f4b5ce

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,6 +1338,8 @@ jobs:
13381338
uses: actions/checkout@v6
13391339
with:
13401340
submodules: true
1341+
# Avoids the duplicate-authorization-error in (not-frequently-invoked) doc_check_in step later down.
1342+
persist-credentials: false
13411343

13421344
# In our process (and this is typical, though it is also possible to create tag without release) we
13431345
# hit Publish on a new Release in GitHub; and this creates both the Release and tag, by convention both named

flow

Submodule flow updated 1192 files

ipc_core

ipc_session

ipc_shm

ipc_shm_arena_lend

0 commit comments

Comments
 (0)