Skip to content

Commit

Permalink
chore: workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewTriesToCode authored Mar 30, 2024
1 parent 7418855 commit 39b4f25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/copy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ jobs:
run: mkdir -p website/docs/${{ steps.currentversion.outputs.tag }} && cp main/docs/* website/docs/${{ steps.currentversion.outputs.tag }}
- name: Checkin Website
working-directory: website
env:
GITHUB_TOKEN: ${{secrets.workflow_pat}}
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git add .
git commit -m "chore: docs generated"
git remote set-url "https://$GITHUB_TOKEN@github.com/Finbuckle/Website.git"
git push

0 comments on commit 39b4f25

Please sign in to comment.