Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5636c8b

Browse files
committedDec 29, 2021
haskellfoundation#23 Make a site deployment per branch
1 parent d989db3 commit 5636c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build-and-deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ git checkout gh-pages
2525
git pull origin gh-pages
2626

2727
site_src="${git_repo_root}/_site"
28-
gh_pages_root="${git_repo_root}/gh-pages-root"
28+
gh_pages_root="${git_repo_root}/docs"
2929

3030
if [ "$git_branch" == "$main_git_branch" ]; then
3131
site_dest="${gh_pages_root}"

0 commit comments

Comments
 (0)