Skip to content

Commit

Permalink
ci: drop push
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Nov 17, 2023
1 parent f8d768f commit f93cbe0
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,4 @@ jobs:
with:
name: artifacts
path: |
./artifacts
- name: Configure git
run: |
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git config --global user.name "${GITHUB_ACTOR}"
- name: Push
run: |
git add -f ./www/public
git commit -m "chore: update public site"
git push -f origin HEAD:fleek-deploy
./artifacts

0 comments on commit f93cbe0

Please sign in to comment.