File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ASF Infrastructure Pelican Action
2
2
3
3
## 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
5
6
* gfm Uses GitHub Flavored Markdown (optional) default: true
6
7
* output Pelican generated output directory (optional) default: output
7
8
* tempdir Temporary Directory name (optional) default: ../output
22
23
with:
23
24
destination: master
24
25
gfm: 'true'
25
- publish: 'true'
26
26
```
27
27
28
28
Example workflow for only building the site, not publishing. Useful for PR tests:
37
37
with:
38
38
- uses: apache/infrastructure-actions/pelican@main
39
39
with:
40
- gfm: 'true'
41
40
publish: 'false'
42
41
```
43
42
You can’t perform that action at this time.
0 commit comments