Skip to content

Commit

Permalink
actions fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
francorbacho committed Jan 14, 2024
1 parent 5af2611 commit 0d14700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:

- name: Deploy
run: |
commit=$(git rev-parse HEAD)
cd pages/
mv ../web/ cheng
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
git add cheng
git commit -m "deploy cheng"
git commit -m "deploy francorbacho/cheng@$commit"
git push

0 comments on commit 0d14700

Please sign in to comment.