Skip to content

Commit

Permalink
Update render-README.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NicK4rT authored Nov 23, 2024
1 parent 5baa8ee commit 159c443
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/render-README.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Render README.qmd to Markdown
on:
push:
branches:
- dev/nick
- stage

jobs:
render:
Expand Down Expand Up @@ -41,8 +41,10 @@ jobs:
git add .
git commit -m "Render README.qmd files to Markdown [skip ci]" || echo "No changes to commit"
# Set up authentication for git push
git fetch origin
git checkout stage || git checkout -b stage
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
git push origin main
git push origin stage

0 comments on commit 159c443

Please sign in to comment.