Skip to content

Commit

Permalink
Trying to push docs with workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Dec 16, 2023
1 parent 14f8fd4 commit 16adffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
mv ./docs/output/html/en /tmp/en
cd /tmp/en
git init .
git add --all
git config --local user.email "[email protected]"
git config --local user.name "Test"
git commit -a -m "Update docs"
Expand Down

0 comments on commit 16adffa

Please sign in to comment.