Skip to content

Commit

Permalink
Attempting to fix gh-pages output problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
robons committed Oct 25, 2022
1 parent 548095d commit 5ea78da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-csvws-to-github-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ git stash pop || true
repo_name=${GITHUB_REPOSITORY#*/}
username=${GITHUB_REPOSITORY_OWNER}
commit_id=${GITHUB_SHA}
mapfile -t out_files < <(printf '%s\n' $(find . -type f -path 'out/*'))
mapfile -t out_files < <(printf '%s\n' $(find out -type f -name '*'))
processed_out_files=$(printf "\n%s" "${out_files[@]}")

touch .nojekyll
Expand Down

0 comments on commit 5ea78da

Please sign in to comment.