Skip to content

Commit

Permalink
Merge pull request #120 from StrangeRanger/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger authored Jan 23, 2025
2 parents 0b6109f + fa75f50 commit 1ee9cd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/mkdocs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
fingerprint: "F768450FB05B817D0B4BC26FB9B6A9B428C8676A"
trust_level: 5

- name: Configure Git to sign commits
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global commit.gpgSign true
git config --global user.signingKey F768450FB05B817D0B4BC26FB9B6A9B428C8676A
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 1ee9cd8

Please sign in to comment.