Skip to content

Commit

Permalink
Revert "ci: drop push"
Browse files Browse the repository at this point in the history
This reverts commit f93cbe0.
  • Loading branch information
laurentsenta committed Nov 17, 2023
1 parent f93cbe0 commit 76ecff2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,13 @@ jobs:
with:
name: artifacts
path: |
./artifacts
./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

0 comments on commit 76ecff2

Please sign in to comment.