Skip to content

Commit

Permalink
add git config
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Jul 11, 2023
1 parent 1228bd4 commit edf4674
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,11 @@ jobs:
nix profile install .#genDocs
nix run .#genDocs
cp -r docs/book docs/dist
- name: Config git for github-actions
run: |
git config user.name github-actions
git config user.email github-actions@github.com
- name: Update docs
run: |
git add "docs/src"
Expand Down
1 change: 1 addition & 0 deletions nix-files/workflow.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ let
cp -r docs/book docs/dist
'';
}
steps.configGitAsGHActions
{
name = "Update docs";
run = ''
Expand Down

0 comments on commit edf4674

Please sign in to comment.