We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a252605 commit 962ab22Copy full SHA for 962ab22
.github/workflows/gh-pages-publish.yml
@@ -6,6 +6,10 @@ on:
6
semvertag:
7
required: true
8
type: string
9
+ folder:
10
+ required: false
11
+ type: string
12
+ default: 'build/docs/javadoc'
13
14
permissions:
15
contents: write
@@ -33,5 +37,5 @@ jobs:
33
37
- name: Deploy Docs
34
38
uses: JamesIves/github-pages-deploy-action@v4
35
39
with:
36
- folder: build/docs/javadoc
40
+ folder: ${{ inputs.folder }}
41
target-folder: ${{ inputs.semvertag }}
0 commit comments