Skip to content

Commit

Permalink
social preview workflow on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Feb 20, 2024
1 parent d06ce05 commit f829f68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/social_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
steps:
- name: Git Checkout
uses: actions/checkout@v4
with:
ref: 'dev'
- name: Install Python 3.10
id: python
uses: actions/setup-python@v5
Expand All @@ -39,5 +37,5 @@ jobs:
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
git add ./img/socialPreview.png
git commit -m "🤖Generated Social Preview."
git push origin HEAD:dev
git push origin HEAD:main
continue-on-error: true

0 comments on commit f829f68

Please sign in to comment.