Skip to content

Commit

Permalink
Merge pull request #456 from Xpirix/automated_deployment
Browse files Browse the repository at this point in the history
Fix the makefile for automated deployment
  • Loading branch information
Xpirix authored Oct 21, 2024
2 parents a004f20 + 148ac85 commit 101d468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build: ## Build the site for nocache.qgis.org, www.qgis.org and qgis.org
@echo "------------------------------------------------------------------"
@echo "Building site in production"
@echo "------------------------------------------------------------------"
./scripts/get_commit_hash.sh
sh ./scripts/get_commit_hash.sh
hugo --config config.toml,config/config.nocache.toml
hugo --config config.toml,config/config.prod.toml
hugo --config config.toml,config/config.www.toml
Expand Down

0 comments on commit 101d468

Please sign in to comment.