File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -159,4 +159,5 @@ jobs:
159159 with :
160160 name : ${{ steps.set-artifact-name.outputs.name }}
161161 path : site/build/
162+ include-hidden-files : true # Include .asf.yaml and .nojekyll
162163 retention-days : ${{ inputs.artifact-retention-days }}
Original file line number Diff line number Diff line change 9494 # Configure authentication (token in memory only)
9595 git config --local http.https://github.com/.extraheader "AUTHORIZATION: basic $(echo -n x-access-token:${GITHUB_TOKEN} | base64)"
9696
97- # Deploy using ghp-import
97+ # Deploy using ghp-import (includes dotfiles like .asf.yaml and .nojekyll)
9898 echo "Creating asf-staging branch..."
9999 ghp-import --no-history --force site/build -b asf-staging
100100
You can’t perform that action at this time.
0 commit comments