Skip to content
This repository was archived by the owner on Aug 27, 2023. It is now read-only.

Commit 64aa19c

Browse files
author
lukasz.czaplinski
committed
fix: deploy script identity
1 parent 6ee9993 commit 64aa19c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969

7070
- name: Update gh-pages branch
7171
run: |
72+
git config --local user.email "action@github.com"
73+
git config --local user.name "GitHub Action"
7274
lein gh-pages-deploy
7375
env:
7476
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject resume "1.4.0-pages-deploy-fix-2"
1+
(defproject resume "1.4.0-pages-deploy-fix-3"
22
:description "Resume generator"
33
:url "http://github.com/scoiatael/resume"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

0 commit comments

Comments
 (0)