Skip to content

Commit

Permalink
Update script/release
Browse files Browse the repository at this point in the history
Co-authored-by: Tommy Byrd <tcbyrd@github.com>
  • Loading branch information
felipesu19 and tcbyrd committed Jan 13, 2022
1 parent bbb55f2 commit faaabf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ gh api repos/github/pages/git/refs -F "sha"="$gh_pages_site_sha" -F "ref"="refs/

gh_pages_tree = gh api repos/github/pages/git/commits/$gh_pages_sha | jq '. | .tree.sha'
jekyll_tree = gh api repos/github/actions/jekyll-build-pages/commits/$jekyll_sha | jq '. | .tree.sha'
gh_pages_site_tree = gh api repos/github/papages.github.comges/git/commits/$gh_pages_site_sha | jq '. | .tree.sha'
gh_pages_site_tree = gh api repos/github/pages.github.com/git/commits/$gh_pages_site_sha | jq '. | .tree.sha'

# create the input file for the commit. We have to do this because the F flag doesn't support arrays

Expand Down

0 comments on commit faaabf3

Please sign in to comment.