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

Commit

Permalink
fix: deploy script identity
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz.czaplinski committed Nov 18, 2019
1 parent 6ee9993 commit 64aa19c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:

- name: Update gh-pages branch
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
lein gh-pages-deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject resume "1.4.0-pages-deploy-fix-2"
(defproject resume "1.4.0-pages-deploy-fix-3"
:description "Resume generator"
:url "http://github.com/scoiatael/resume"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 64aa19c

Please sign in to comment.