Skip to content

Commit 56109ae

Browse files
committed
Add flag to README
1 parent 8c5e0c9 commit 56109ae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pelican/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# ASF Infrastructure Pelican Action
22

33
## Inputs
4-
* destination Pelican Output branch (required) default: asf-site
4+
* destination Pelican Output branch (optional) default: asf-site
5+
* publish Publish to destination branch (optional) default: true
56
* gfm Uses GitHub Flavored Markdown (optional) default: true
67
* output Pelican generated output directory (optional) default: output
78
* tempdir Temporary Directory name (optional) default: ../output
@@ -22,7 +23,6 @@ jobs:
2223
with:
2324
destination: master
2425
gfm: 'true'
25-
publish: 'true'
2626
```
2727

2828
Example workflow for only building the site, not publishing. Useful for PR tests:
@@ -37,7 +37,6 @@ jobs:
3737
with:
3838
- uses: apache/infrastructure-actions/pelican@main
3939
with:
40-
gfm: 'true'
4140
publish: 'false'
4241
```
4342

0 commit comments

Comments
 (0)