Skip to content

Commit f7f0b2d

Browse files
committed
fix: user
1 parent 104f2c1 commit f7f0b2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ jobs:
3131
nix run .#buildGHPages
3232
cd $ROOT_DIR
3333
- name: GitHub Pages action
34-
uses: peaceiris/actions-gh-pages@v3.9.0
34+
uses: peaceiris/actions-gh-pages@v3
3535
with:
3636
force_orphan: true
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
publish_dir: ./front/docs
39+
user_name: 'github-actions[bot]'
40+
user_email: 'github-actions[bot]@users.noreply.github.com'
3941
_2_back:
4042
name: Publish back
4143
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)