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

Commit

Permalink
fix: deploy to gh-pages script
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz.czaplinski committed Nov 18, 2019
1 parent 870b4d4 commit f67124a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
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"
(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"
Expand Down

0 comments on commit f67124a

Please sign in to comment.