From d33d8854432e8c6b5b209e2d523722ae895bdf19 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 3 Dec 2022 13:50:16 +0100 Subject: [PATCH] fix branch name used in git-action (#10) --- .drone.jsonnet | 2 +- .drone.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 04cc4d2..a30087c 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -234,7 +234,7 @@ local PipelineDocs = { author_email: 'bot@thegeeklab.de', author_name: 'thegeeklab-bot', message: 'auto-update documentation', - branch: 'gh-pages', + branch: 'docs', pages_directory: 'docs/', netrc_password: { from_secret: 'github_token' }, }, diff --git a/.drone.yml b/.drone.yml index 4e365c3..dc11c76 100644 --- a/.drone.yml +++ b/.drone.yml @@ -347,7 +347,7 @@ steps: - pages author_email: bot@thegeeklab.de author_name: thegeeklab-bot - branch: gh-pages + branch: docs message: auto-update documentation netrc_password: from_secret: github_token @@ -460,6 +460,6 @@ depends_on: --- kind: signature -hmac: 89079eef07225acb12f8eeab92f29de04b4a46340ba265b6a9c9bfc6c75c18aa +hmac: 206e1ad1bc3a7bbb506d58fea0482e5cd37fa5e7cf6e71f347426e2b167d131a ...