0
0
mirror of https://github.com/thegeeklab/wp-git-action.git synced 2024-06-02 18:29:41 +02:00

fix git-action pages directory (#12)

This commit is contained in:
Robert Kaussow 2022-12-04 18:35:04 +01:00 committed by GitHub
parent 3dbb159e39
commit 0b5bce3186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -235,7 +235,7 @@ local PipelineDocs = {
author_name: 'thegeeklab-bot',
message: 'auto-update documentation',
branch: 'docs',
pages_directory: 'docs/',
pages_directory: '_docs/',
netrc_password: { from_secret: 'github_token' },
},
when: {

View File

@ -351,7 +351,7 @@ steps:
message: auto-update documentation
netrc_password:
from_secret: github_token
pages_directory: docs/
pages_directory: _docs/
when:
ref:
- refs/heads/main
@ -460,6 +460,6 @@ depends_on:
---
kind: signature
hmac: 7a4d6d3de048b4a826a4c908503f0d69d7ad6abf2bcc631c0b6ac5666f1d3753
hmac: 2bc7a7e473ccadc295bd6a071d901f48f18ab0c69d8306c513dbbe02969db9fc
...