Skip to content

Commit

Permalink
Configure creds
Browse files Browse the repository at this point in the history
  • Loading branch information
SooluThomas committed Feb 15, 2024
1 parent bcfb429 commit 0590e7c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3

- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
- name: Install Python
uses: actions/setup-python@v4
with:
Expand All @@ -40,4 +45,4 @@ jobs:
- name: Build and deploy docs
run: |
pixi run mkdocs build
pixi run mkdocs gh-deploy
pixi run mkdocs gh-deploy --force --clean --verbose

0 comments on commit 0590e7c

Please sign in to comment.