Skip to content

Commit

Permalink
ci: temporarily comment out curl request portion
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 authored Feb 15, 2020
1 parent 44d7b99 commit 84e3be7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/githubPages/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@ fi
# END MODIFIED CODE #
#####################

echo "Requesting build request for deployed build..."
# echo "Requesting build request for deployed build..."

curl -X POST -u $GITHUB_ACTOR:$GH_PAGES_TOKEN -H "Accept: application/vnd.github.mister-fantastic-preview+json" "https://api.github.com/repos/${GITHUB_REPOSITORY}/pages/builds"
# curl -X POST -u $GITHUB_ACTOR:$GH_PAGES_TOKEN -H "Accept: application/vnd.github.mister-fantastic-preview+json" "https://api.github.com/repos/${GITHUB_REPOSITORY}/pages/builds"

echo "Successfully requested build request!"
# echo "Successfully requested build request!"

cd ..

Expand Down

0 comments on commit 84e3be7

Please sign in to comment.