We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fea32 commit 4824f1dCopy full SHA for 4824f1d
1 file changed
.github/workflows/build-pelican.yml
@@ -18,11 +18,12 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
with:
21
- persist-credentials: false
+ persist-credentials: true
22
# This must equal the push/branches list above, and be appropriate for the destination below
23
ref: 'main'
24
- uses: apache/infrastructure-actions/pelican@ed044141796eb8ad67581cf5f4210656ffa77daa
25
26
27
# This must be appropriate for the branch being built
28
destination: 'asf-site'
29
gfm: 'true'
0 commit comments