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

Commit f67124a

Browse files
author
lukasz.czaplinski
committed
fix: deploy to gh-pages script
1 parent 870b4d4 commit f67124a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969

7070
- name: Update gh-pages branch
7171
run: |
72-
lein gh-pages-export
72+
lein gh-pages-deploy
7373
env:
7474
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"
1+
(defproject resume "1.4.0-pages-deploy-fix"
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)