Skip to content

Commit

Permalink
switch to using artifact URL to make things easier
Browse files Browse the repository at this point in the history
  • Loading branch information
Okeanos committed Mar 29, 2024
1 parent 77f60e8 commit e5dc251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages-gh-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
--header "Accept: application/vnd.github+json" \
--header "X-GitHub-Api-Version: 2022-11-28" \
"/repos/${GH_REPOSITORY}/pages/deployments" \
-f artifact_id=${GH_ARTIFACT_ID} \
-f artifact_url="${GH_ARTIFACT_URL}" \
-f environment='github-pages' \
-f pages_build_version="${GH_SHA}" \
-f oidc_token="${GH_TOKEN}" \
Expand Down

0 comments on commit e5dc251

Please sign in to comment.