Skip to content

Commit b84cfe5

Browse files
committed
ci: fix hidden artifacts upload
1 parent 999b5e3 commit b84cfe5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/_reusable-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
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

0 commit comments

Comments
 (0)