Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
22mahmoud committed Aug 26, 2023
1 parent 5de4fe7 commit c5b0a9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: cd ${{ secrets.BUILD_PATH }} && git pull origin master && make
script: cd ${{ secrets.BUILD_PATH }} && git pull origin master && make clean install
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ thumb := $(bin)/thumb
rss := $(bin)/rss
sitemap := $(bin)/sitemap

all: html static image dist/sitemap.xml dist/rss.xml
install: html static image dist/sitemap.xml dist/rss.xml

html: $(html_files)

Expand All @@ -34,4 +34,4 @@ clean:
@rm -vrf $(output)


.PHONY: all html static image clean
.PHONY: install html static image clean

0 comments on commit c5b0a9c

Please sign in to comment.