Skip to content

Commit

Permalink
Merge pull request #122 from nspcc-dev/fix-release-web-files
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Aug 30, 2024
2 parents 93c723d + 3378241 commit f524cf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ start:

release: $(SITE_DIR)
cp $(SITE_DIR)/index.html $(SITE_DIR)/agreement
cp $(SITE_DIR)/index.html $(SITE_DIR)/about
@ln -sf $(SITE_DIR) $(RELEASE_DIR)
@tar cfvhz $(RELEASE_PATH) $(RELEASE_DIR)

Expand Down

0 comments on commit f524cf9

Please sign in to comment.