diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62aaa86..9723a1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,6 +69,6 @@ jobs: - name: Update gh-pages branch run: | - lein gh-pages-export + lein gh-pages-deploy env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/project.clj b/project.clj index 148cc90..c7f8e7b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject resume "1.4.0" +(defproject resume "1.4.0-pages-deploy-fix" :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"