Skip to content

Commit

Permalink
Merge pull request #5514 from camptocamp/fix-ci
Browse files Browse the repository at this point in the history
Fix the clean gh pages
  • Loading branch information
sbrunner committed Feb 12, 2020
2 parents 1c7b193 + c609b59 commit a73e8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clean-ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
git config --global user.name "Continuous integration"
git config --global user.email "ci@comptocamp.org"
git rm -r $(cat ${GITHUB_EVENT_PATH}|jq --raw-output .ref)
git commit --amend
git commit --amend -m "Clean branch $(cat ${GITHUB_EVENT_PATH}|jq --raw-output .ref)"
remote_repo="https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/camptocamp/ngeo.git"
git push "${remote_repo}" gh-pages --force

0 comments on commit a73e8e2

Please sign in to comment.