mirror of
https://github.com/thegeeklab/wp-git-action.git
synced 2024-11-22 00:00:39 +00:00
fix git-action pages directory (#12)
This commit is contained in:
parent
3dbb159e39
commit
0b5bce3186
@ -235,7 +235,7 @@ local PipelineDocs = {
|
|||||||
author_name: 'thegeeklab-bot',
|
author_name: 'thegeeklab-bot',
|
||||||
message: 'auto-update documentation',
|
message: 'auto-update documentation',
|
||||||
branch: 'docs',
|
branch: 'docs',
|
||||||
pages_directory: 'docs/',
|
pages_directory: '_docs/',
|
||||||
netrc_password: { from_secret: 'github_token' },
|
netrc_password: { from_secret: 'github_token' },
|
||||||
},
|
},
|
||||||
when: {
|
when: {
|
||||||
|
@ -351,7 +351,7 @@ steps:
|
|||||||
message: auto-update documentation
|
message: auto-update documentation
|
||||||
netrc_password:
|
netrc_password:
|
||||||
from_secret: github_token
|
from_secret: github_token
|
||||||
pages_directory: docs/
|
pages_directory: _docs/
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/main
|
- refs/heads/main
|
||||||
@ -460,6 +460,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 7a4d6d3de048b4a826a4c908503f0d69d7ad6abf2bcc631c0b6ac5666f1d3753
|
hmac: 2bc7a7e473ccadc295bd6a071d901f48f18ab0c69d8306c513dbbe02969db9fc
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user